Html Css Color HEX #6AAB35 Apple

📋 copy color: '#6AAB35'

red 106 ◦ green 171 ◦ blue 53

#6AAB35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6AAB35

Tints of Apple #6AAB35

RGB

 RED value IS 106 (41.8% from 255) = 32.12%

 GREEN value IS 171 (67.19% from 255) = 51.82%

 BLUE value IS 53 (21.09% from 255) = 16.06%

R = 32.12%
G = 51.82%
B = 16.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6AAB35 (or 0x6AAB35) is known color: Apple. HEX triplet: 6A, AB and 35. RGB value is (106,171,53). Sum of RGB (Red+Green+Blue) = 106+171+53=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAB35 is #9554CA. Grayscale: #8A8A8A. Windows color (decimal): -9786571 or 3517290. OLE color: 3517290.

HSL color Cylindrical-coordinate representation of color #6AAB35: hue angle of 93.05º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AAB35 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 171 53 -
CMYK 0.38 0 0.69 0.33
HSL 93.05º 0.53% 0.44% -
HSV(B) 93.05º 0.69% 0.67% -
XYZ 21.15 32.45 8.52 -
YUV 138.11 79.97 105.09 -
System Red Green Blue C M Y K H S L
Decimal 106 171 53 0.38 0 0.69 0.33 93.05 0.53 0.44
Hex 6A AB 35 26 0 45 21 5D 35 2C
Octal 152 253 65 46 0 105 41 135 65 54
Binary 1101010 10101011 110101 100110 0 1000101 100001 1011101 110101 101100

Color Harmonies of #6AAB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB35

Black with #6AAB35

Text Example


Text Example

White with #6AAB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AAB35; }

 p { color: rgb(106,171,53); }

 H1.HeaderClassName
 {
   color: #6AAB35;
 }
 .AnyTagClassName
 {
   color: #6AAB35;
 }
</style>

background-color css

<style>
 a { background-color: #6AAB35; }

 a { background-color: rgb(106,171,53); }

 div.DivClassName
 {
   background-color: #6AAB35;
 }
 .BgClassName
 {
   background-color: #6AAB35;
 }
</style>

border-color css

<style>
 span { border-color: #6AAB35; }

 span { border-color: rgb(106,171,53); }

 td.TdClassName
 {
   border-color: #6AAB35;
 }
 .TagClassName
 {
   border-color: #6AAB35;
 }
</style>