Html Css Color HEX #69CB76 Fern

📋 copy color: '#69CB76'

red 105 ◦ green 203 ◦ blue 118

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

Shades of Fern #69CB76

Tints of Fern #69CB76

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.65%

 BLUE value IS 118 (46.48% from 255) = 27.7%

R = 24.65%
G = 47.65%
B = 27.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#69CB76 (or 0x69CB76) is known color: Fern. HEX triplet: 69, CB and 76. RGB value is (105,203,118). Sum of RGB (Red+Green+Blue) = 105+203+118=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CB76 is #963489. Grayscale: #A4A4A4. Windows color (decimal): -9843850 or 7785321. OLE color: 7785321.

HSL color Cylindrical-coordinate representation of color #69CB76: hue angle of 127.96º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CB76 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 203 118 -
CMYK 0.48 0 0.42 0.20
HSL 127.96º 0.49% 0.6% -
HSV(B) 127.96º 0.48% 0.8% -
XYZ 30.45 47.02 24.61 -
YUV 164.01 102.03 85.91 -
System Red Green Blue C M Y K H S L
Decimal 105 203 118 0.48 0 0.42 0.20 127.96 0.49 0.6
Hex 69 CB 76 30 0 2A 14 80 31 3C
Octal 151 313 166 60 0 52 24 200 61 74
Binary 1101001 11001011 1110110 110000 0 101010 10100 10000000 110001 111100

Color Harmonies of #69CB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CB76

Black with #69CB76

Text Example


Text Example

White with #69CB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,203,118); }

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

background-color css

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

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

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

border-color css

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

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

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