Html Css Color HEX #69A764 Fern

📋 copy color: '#69A764'

red 105 ◦ green 167 ◦ blue 100

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

Shades of Fern #69A764

Tints of Fern #69A764

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.89%

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

R = 28.23%
G = 44.89%
B = 26.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#69A764 (or 0x69A764) is known color: Fern. HEX triplet: 69, A7 and 64. RGB value is (105,167,100). Sum of RGB (Red+Green+Blue) = 105+167+100=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #69A764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A764 is #96589B. Grayscale: #8D8D8D. Windows color (decimal): -9853084 or 6596457. OLE color: 6596457.

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

Color convert

RGB 105 167 100 -
CMYK 0.37 0 0.40 0.35
HSL 115.52º 0.28% 0.52% -
HSV(B) 115.52º 0.4% 0.65% -
XYZ 21.94 31.56 16.99 -
YUV 140.82 104.96 102.45 -
System Red Green Blue C M Y K H S L
Decimal 105 167 100 0.37 0 0.40 0.35 115.52 0.28 0.52
Hex 69 A7 64 25 0 28 23 74 1C 34
Octal 151 247 144 45 0 50 43 164 34 64
Binary 1101001 10100111 1100100 100101 0 101000 100011 1110100 11100 110100

Color Harmonies of #69A764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A764

Black with #69A764

Text Example


Text Example

White with #69A764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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