Html Css Color HEX #69A46B Fern

📋 copy color: '#69A46B'

red 105 ◦ green 164 ◦ blue 107

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

Shades of Fern #69A46B

Tints of Fern #69A46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 27.93%
G = 43.62%
B = 28.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#69A46B (or 0x69A46B) is known color: Fern. HEX triplet: 69, A4 and 6B. RGB value is (105,164,107). Sum of RGB (Red+Green+Blue) = 105+164+107=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #69A46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A46B is #965B94. Grayscale: #8C8C8C. Windows color (decimal): -9853845 or 7054441. OLE color: 7054441.

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

Color convert

RGB 105 164 107 -
CMYK 0.36 0 0.35 0.36
HSL 122.03º 0.24% 0.53% -
HSV(B) 122.03º 0.36% 0.64% -
XYZ 21.76 30.62 18.67 -
YUV 139.86 109.45 103.13 -
System Red Green Blue C M Y K H S L
Decimal 105 164 107 0.36 0 0.35 0.36 122.03 0.24 0.53
Hex 69 A4 6B 24 0 23 24 7A 18 35
Octal 151 244 153 44 0 43 44 172 30 65
Binary 1101001 10100100 1101011 100100 0 100011 100100 1111010 11000 110101

Color Harmonies of #69A46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A46B

Black with #69A46B

Text Example


Text Example

White with #69A46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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