Html Css Color HEX #669966 Laurel

📋 copy color: '#669966'

red 102 ◦ green 153 ◦ blue 102

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

Shades of Laurel #669966

Tints of Laurel #669966

RGB

 RED value IS 102 (40.23% from 255) = 28.57%

 GREEN value IS 153 (60.16% from 255) = 42.86%

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

R = 28.57%
G = 42.86%
B = 28.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#669966 (or 0x669966) is known color: Laurel. HEX triplet: 66, 99 and 66. RGB value is (102,153,102). Sum of RGB (Red+Green+Blue) = 102+153+102=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #669966 is a web safe color. Inversed color of #669966 is #996699. Grayscale: #848484. Windows color (decimal): -10053274 or 6723942. OLE color: 6723942.

HSL color Cylindrical-coordinate representation of color #669966: hue angle of 120º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669966 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 102 -
CMYK 0.33 0 0.33 0.4
HSL 120º 0.2% 0.5% -
HSV(B) 120º 0.33% 0.6% -
XYZ 19.27 26.57 16.68 -
YUV 131.94 111.1 106.65 -
System Red Green Blue C M Y K H S L
Decimal 102 153 102 0.33 0 0.33 0.4 120 0.2 0.5
Hex 66 99 66 21 0 21 28 78 14 32
Octal 146 231 146 41 0 41 50 170 24 62
Binary 1100110 10011001 1100110 100001 0 100001 101000 1111000 10100 110010

Color Harmonies of #669966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669966

Black with #669966

Text Example


Text Example

White with #669966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669966; }

 p { color: rgb(102,153,102); }

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

background-color css

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

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

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

border-color css

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

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

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