Html Css Color HEX #668A66 Laurel

📋 copy color: '#668A66'

red 102 ◦ green 138 ◦ blue 102

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

Shades of Laurel #668A66

Tints of Laurel #668A66

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.35%

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

R = 29.82%
G = 40.35%
B = 29.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#668A66 (or 0x668A66) is known color: Laurel. HEX triplet: 66, 8A and 66. RGB value is (102,138,102). Sum of RGB (Red+Green+Blue) = 102+138+102=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #668A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A66 is #997599. Grayscale: #7B7B7B. Windows color (decimal): -10057114 or 6720102. OLE color: 6720102.

HSL color Cylindrical-coordinate representation of color #668A66: hue angle of 120º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668A66 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 138 102 -
CMYK 0.26 0 0.26 0.46
HSL 120º 0.15% 0.47% -
HSV(B) 120º 0.26% 0.54% -
XYZ 16.97 21.96 15.92 -
YUV 123.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 102 138 102 0.26 0 0.26 0.46 120 0.15 0.47
Hex 66 8A 66 1A 0 1A 2E 78 F 2F
Octal 146 212 146 32 0 32 56 170 17 57
Binary 1100110 10001010 1100110 11010 0 11010 101110 1111000 1111 101111

Color Harmonies of #668A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A66

Black with #668A66

Text Example


Text Example

White with #668A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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