Html Css Color HEX #69AF77 Fern

📋 copy color: '#69AF77'

red 105 ◦ green 175 ◦ blue 119

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

Shades of Fern #69AF77

Tints of Fern #69AF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.86%

 BLUE value IS 119 (46.88% from 255) = 29.82%

R = 26.32%
G = 43.86%
B = 29.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#69AF77 (or 0x69AF77) is known color: Fern. HEX triplet: 69, AF and 77. RGB value is (105,175,119). Sum of RGB (Red+Green+Blue) = 105+175+119=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF77 is #965088. Grayscale: #939393. Windows color (decimal): -9851017 or 7843689. OLE color: 7843689.

HSL color Cylindrical-coordinate representation of color #69AF77: hue angle of 132º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AF77 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 175 119 -
CMYK 0.40 0 0.32 0.31
HSL 132º 0.3% 0.55% -
HSV(B) 132º 0.4% 0.69% -
XYZ 24.49 35 22.92 -
YUV 147.69 111.81 97.55 -
System Red Green Blue C M Y K H S L
Decimal 105 175 119 0.40 0 0.32 0.31 132 0.3 0.55
Hex 69 AF 77 28 0 20 1F 84 1E 37
Octal 151 257 167 50 0 40 37 204 36 67
Binary 1101001 10101111 1110111 101000 0 100000 11111 10000100 11110 110111

Color Harmonies of #69AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AF77

Black with #69AF77

Text Example


Text Example

White with #69AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,175,119); }

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

background-color css

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

 a { background-color: rgb(105,175,119); }

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

border-color css

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

 span { border-color: rgb(105,175,119); }

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