Html Css Color HEX #69AB64 Fern

📋 copy color: '#69AB64'

red 105 ◦ green 171 ◦ blue 100

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

Shades of Fern #69AB64

Tints of Fern #69AB64

RGB

 RED value IS 105 (41.41% from 255) = 27.93%

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

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

R = 27.93%
G = 45.48%
B = 26.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#69AB64 (or 0x69AB64) is known color: Fern. HEX triplet: 69, AB and 64. RGB value is (105,171,100). Sum of RGB (Red+Green+Blue) = 105+171+100=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB64 is #96549B. Grayscale: #8F8F8F. Windows color (decimal): -9852060 or 6597481. OLE color: 6597481.

HSL color Cylindrical-coordinate representation of color #69AB64: hue angle of 115.77º 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 #69AB64 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 171 100 -
CMYK 0.39 0 0.42 0.33
HSL 115.77º 0.3% 0.53% -
HSV(B) 115.77º 0.42% 0.67% -
XYZ 22.69 33.05 17.24 -
YUV 143.17 103.63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 105 171 100 0.39 0 0.42 0.33 115.77 0.3 0.53
Hex 69 AB 64 27 0 2A 21 74 1E 35
Octal 151 253 144 47 0 52 41 164 36 65
Binary 1101001 10101011 1100100 100111 0 101010 100001 1110100 11110 110101

Color Harmonies of #69AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AB64

Black with #69AB64

Text Example


Text Example

White with #69AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69AB64; }

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

 H1.HeaderClassName
 {
   color: #69AB64;
 }
 .AnyTagClassName
 {
   color: #69AB64;
 }
</style>

background-color css

<style>
 a { background-color: #69AB64; }

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

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

border-color css

<style>
 span { border-color: #69AB64; }

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

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