Html Css Color HEX #6AAB64 Fern

📋 copy color: '#6AAB64'

red 106 ◦ green 171 ◦ blue 100

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

Shades of Fern #6AAB64

Tints of Fern #6AAB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 28.12%
G = 45.36%
B = 26.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#6AAB64 (or 0x6AAB64) is known color: Fern. HEX triplet: 6A, AB and 64. RGB value is (106,171,100). Sum of RGB (Red+Green+Blue) = 106+171+100=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB64 is #95549B. Grayscale: #8F8F8F. Windows color (decimal): -9786524 or 6597482. OLE color: 6597482.

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

Color convert

RGB 106 171 100 -
CMYK 0.38 0 0.42 0.33
HSL 114.93º 0.3% 0.53% -
HSV(B) 114.93º 0.42% 0.67% -
XYZ 22.81 33.11 17.25 -
YUV 143.47 103.47 101.27 -
System Red Green Blue C M Y K H S L
Decimal 106 171 100 0.38 0 0.42 0.33 114.93 0.3 0.53
Hex 6A AB 64 26 0 2A 21 73 1E 35
Octal 152 253 144 46 0 52 41 163 36 65
Binary 1101010 10101011 1100100 100110 0 101010 100001 1110011 11110 110101

Color Harmonies of #6AAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB64

Black with #6AAB64

Text Example


Text Example

White with #6AAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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