Html Css Color HEX #69A969 Fern

📋 copy color: '#69A969'

red 105 ◦ green 169 ◦ blue 105

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

Shades of Fern #69A969

Tints of Fern #69A969

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.59%

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

R = 27.7%
G = 44.59%
B = 27.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#69A969 (or 0x69A969) is known color: Fern. HEX triplet: 69, A9 and 69. RGB value is (105,169,105). Sum of RGB (Red+Green+Blue) = 105+169+105=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #69A969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A969 is #965696. Grayscale: #8E8E8E. Windows color (decimal): -9852567 or 6924649. OLE color: 6924649.

HSL color Cylindrical-coordinate representation of color #69A969: hue angle of 120º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A969 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 105 169 105 -
CMYK 0.38 0 0.38 0.34
HSL 120º 0.27% 0.54% -
HSV(B) 120º 0.38% 0.66% -
XYZ 22.56 32.4 18.43 -
YUV 142.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 105 169 105 0.38 0 0.38 0.34 120 0.27 0.54
Hex 69 A9 69 26 0 26 22 78 1B 36
Octal 151 251 151 46 0 46 42 170 33 66
Binary 1101001 10101001 1101001 100110 0 100110 100010 1111000 11011 110110

Color Harmonies of #69A969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A969

Black with #69A969

Text Example


Text Example

White with #69A969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,169,105); }

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

background-color css

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

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

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

border-color css

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

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

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