Html Css Color HEX #69A466 Fern

📋 copy color: '#69A466'

red 105 ◦ green 164 ◦ blue 102

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

Shades of Fern #69A466

Tints of Fern #69A466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 28.3%
G = 44.2%
B = 27.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#69A466 (or 0x69A466) is known color: Fern. HEX triplet: 69, A4 and 66. RGB value is (105,164,102). Sum of RGB (Red+Green+Blue) = 105+164+102=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #69A466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A466 is #965B99. Grayscale: #8B8B8B. Windows color (decimal): -9853850 or 6726761. OLE color: 6726761.

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

Color convert

RGB 105 164 102 -
CMYK 0.36 0 0.38 0.36
HSL 117.1º 0.25% 0.52% -
HSV(B) 117.1º 0.38% 0.64% -
XYZ 21.5 30.51 17.33 -
YUV 139.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 105 164 102 0.36 0 0.38 0.36 117.1 0.25 0.52
Hex 69 A4 66 24 0 26 24 75 19 34
Octal 151 244 146 44 0 46 44 165 31 64
Binary 1101001 10100100 1100110 100100 0 100110 100100 1110101 11001 110100

Color Harmonies of #69A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A466

Black with #69A466

Text Example


Text Example

White with #69A466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,164,102); }

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

background-color css

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

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

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

border-color css

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

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

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