Html Css Color HEX #69C066 Fern

📋 copy color: '#69C066'

red 105 ◦ green 192 ◦ blue 102

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

Shades of Fern #69C066

Tints of Fern #69C066

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

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

R = 26.32%
G = 48.12%
B = 25.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#69C066 (or 0x69C066) is known color: Fern. HEX triplet: 69, C0 and 66. RGB value is (105,192,102). Sum of RGB (Red+Green+Blue) = 105+192+102=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #69C066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C066 is #963F99. Grayscale: #9C9C9C. Windows color (decimal): -9846682 or 6733929. OLE color: 6733929.

HSL color Cylindrical-coordinate representation of color #69C066: hue angle of 118º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C066 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 192 102 -
CMYK 0.45 0 0.47 0.25
HSL 118º 0.42% 0.58% -
HSV(B) 118º 0.47% 0.75% -
XYZ 27.07 41.66 19.18 -
YUV 155.73 97.68 91.82 -
System Red Green Blue C M Y K H S L
Decimal 105 192 102 0.45 0 0.47 0.25 118 0.42 0.58
Hex 69 C0 66 2D 0 2F 19 76 2A 3A
Octal 151 300 146 55 0 57 31 166 52 72
Binary 1101001 11000000 1100110 101101 0 101111 11001 1110110 101010 111010

Color Harmonies of #69C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C066

Black with #69C066

Text Example


Text Example

White with #69C066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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