Html Css Color HEX #69A268 Fern

📋 copy color: '#69A268'

red 105 ◦ green 162 ◦ blue 104

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

Shades of Fern #69A268

Tints of Fern #69A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

 BLUE value IS 104 (41.02% from 255) = 28.03%

R = 28.3%
G = 43.67%
B = 28.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#69A268 (or 0x69A268) is known color: Fern. HEX triplet: 69, A2 and 68. RGB value is (105,162,104). Sum of RGB (Red+Green+Blue) = 105+162+104=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #69A268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A268 is #965D97. Grayscale: #8A8A8A. Windows color (decimal): -9854360 or 6857321. OLE color: 6857321.

HSL color Cylindrical-coordinate representation of color #69A268: hue angle of 118.97º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A268 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 162 104 -
CMYK 0.35 0 0.36 0.36
HSL 118.97º 0.24% 0.52% -
HSV(B) 118.97º 0.36% 0.64% -
XYZ 21.24 29.84 17.74 -
YUV 138.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 105 162 104 0.35 0 0.36 0.36 118.97 0.24 0.52
Hex 69 A2 68 23 0 24 24 77 18 34
Octal 151 242 150 43 0 44 44 167 30 64
Binary 1101001 10100010 1101000 100011 0 100100 100100 1110111 11000 110100

Color Harmonies of #69A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A268

Black with #69A268

Text Example


Text Example

White with #69A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,162,104); }

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

background-color css

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

 a { background-color: rgb(105,162,104); }

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

border-color css

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

 span { border-color: rgb(105,162,104); }

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