Html Css Color HEX #669967 Laurel

📋 copy color: '#669967'

red 102 ◦ green 153 ◦ blue 103

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

Shades of Laurel #669967

Tints of Laurel #669967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.77%

R = 28.49%
G = 42.74%
B = 28.77%

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

#669967 (or 0x669967) is known color: Laurel. HEX triplet: 66, 99 and 67. RGB value is (102,153,103). Sum of RGB (Red+Green+Blue) = 102+153+103=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #669967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669967 is #996698. Grayscale: #848484. Windows color (decimal): -10053273 or 6789478. OLE color: 6789478.

HSL color Cylindrical-coordinate representation of color #669967: hue angle of 121.18º 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 #669967 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 103 -
CMYK 0.33 0 0.33 0.4
HSL 121.18º 0.2% 0.5% -
HSV(B) 121.18º 0.33% 0.6% -
XYZ 19.32 26.59 16.95 -
YUV 132.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 102 153 103 0.33 0 0.33 0.4 121.18 0.2 0.5
Hex 66 99 67 21 0 21 28 79 14 32
Octal 146 231 147 41 0 41 50 171 24 62
Binary 1100110 10011001 1100111 100001 0 100001 101000 1111001 10100 110010

Color Harmonies of #669967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669967

Black with #669967

Text Example


Text Example

White with #669967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669967; }

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

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

background-color css

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

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

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

border-color css

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

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

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