Html Css Color HEX #69A66C Fern

📋 copy color: '#69A66C'

red 105 ◦ green 166 ◦ blue 108

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

Shades of Fern #69A66C

Tints of Fern #69A66C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.8%

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 27.7%
G = 43.8%
B = 28.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#69A66C (or 0x69A66C) is known color: Fern. HEX triplet: 69, A6 and 6C. RGB value is (105,166,108). Sum of RGB (Red+Green+Blue) = 105+166+108=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #69A66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A66C is #965993. Grayscale: #8D8D8D. Windows color (decimal): -9853332 or 7120489. OLE color: 7120489.

HSL color Cylindrical-coordinate representation of color #69A66C: hue angle of 122.95º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A66C is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 166 108 -
CMYK 0.37 0 0.35 0.35
HSL 122.95º 0.26% 0.53% -
HSV(B) 122.95º 0.37% 0.65% -
XYZ 22.17 31.36 19.07 -
YUV 141.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 105 166 108 0.37 0 0.35 0.35 122.95 0.26 0.53
Hex 69 A6 6C 25 0 23 23 7B 1A 35
Octal 151 246 154 45 0 43 43 173 32 65
Binary 1101001 10100110 1101100 100101 0 100011 100011 1111011 11010 110101

Color Harmonies of #69A66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A66C

Black with #69A66C

Text Example


Text Example

White with #69A66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,166,108); }

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

background-color css

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

 a { background-color: rgb(105,166,108); }

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

border-color css

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

 span { border-color: rgb(105,166,108); }

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