Html Css Color HEX #69B96C Fern

📋 copy color: '#69B96C'

red 105 ◦ green 185 ◦ blue 108

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

Shades of Fern #69B96C

Tints of Fern #69B96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.48%

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 26.38%
G = 46.48%
B = 27.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#69B96C (or 0x69B96C) is known color: Fern. HEX triplet: 69, B9 and 6C. RGB value is (105,185,108). Sum of RGB (Red+Green+Blue) = 105+185+108=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #69B96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B96C is #964693. Grayscale: #989898. Windows color (decimal): -9848468 or 7125353. OLE color: 7125353.

HSL color Cylindrical-coordinate representation of color #69B96C: hue angle of 122.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B96C is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 185 108 -
CMYK 0.43 0 0.42 0.27
HSL 122.25º 0.36% 0.57% -
HSV(B) 122.25º 0.43% 0.73% -
XYZ 25.88 38.78 20.31 -
YUV 152.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 105 185 108 0.43 0 0.42 0.27 122.25 0.36 0.57
Hex 69 B9 6C 2B 0 2A 1B 7A 24 39
Octal 151 271 154 53 0 52 33 172 44 71
Binary 1101001 10111001 1101100 101011 0 101010 11011 1111010 100100 111001

Color Harmonies of #69B96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B96C

Black with #69B96C

Text Example


Text Example

White with #69B96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,185,108); }

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

background-color css

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

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

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

border-color css

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

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

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