Html Css Color HEX #69AB74 Fern

📋 copy color: '#69AB74'

red 105 ◦ green 171 ◦ blue 116

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

Shades of Fern #69AB74

Tints of Fern #69AB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.59%

R = 26.79%
G = 43.62%
B = 29.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#69AB74 (or 0x69AB74) is known color: Fern. HEX triplet: 69, AB and 74. RGB value is (105,171,116). Sum of RGB (Red+Green+Blue) = 105+171+116=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB74 is #96548B. Grayscale: #919191. Windows color (decimal): -9852044 or 7646057. OLE color: 7646057.

HSL color Cylindrical-coordinate representation of color #69AB74: hue angle of 130º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AB74 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 171 116 -
CMYK 0.39 0 0.32 0.33
HSL 130º 0.28% 0.54% -
HSV(B) 130º 0.39% 0.67% -
XYZ 23.54 33.39 21.73 -
YUV 145 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 105 171 116 0.39 0 0.32 0.33 130 0.28 0.54
Hex 69 AB 74 27 0 20 21 82 1C 36
Octal 151 253 164 47 0 40 41 202 34 66
Binary 1101001 10101011 1110100 100111 0 100000 100001 10000010 11100 110110

Color Harmonies of #69AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AB74

Black with #69AB74

Text Example


Text Example

White with #69AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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