Html Css Color HEX #668368 Laurel

📋 copy color: '#668368'

red 102 ◦ green 131 ◦ blue 104

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

Shades of Laurel #668368

Tints of Laurel #668368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 30.27%
G = 38.87%
B = 30.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#668368 (or 0x668368) is known color: Laurel. HEX triplet: 66, 83 and 68. RGB value is (102,131,104). Sum of RGB (Red+Green+Blue) = 102+131+104=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #668368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668368 is #997C97. Grayscale: #777777. Windows color (decimal): -10058904 or 6849382. OLE color: 6849382.

HSL color Cylindrical-coordinate representation of color #668368: hue angle of 124.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668368 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 104 -
CMYK 0.22 0 0.21 0.49
HSL 124.14º 0.12% 0.46% -
HSV(B) 124.14º 0.22% 0.51% -
XYZ 16.09 20.06 16.12 -
YUV 119.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 102 131 104 0.22 0 0.21 0.49 124.14 0.12 0.46
Hex 66 83 68 16 0 15 31 7C C 2E
Octal 146 203 150 26 0 25 61 174 14 56
Binary 1100110 10000011 1101000 10110 0 10101 110001 1111100 1100 101110

Color Harmonies of #668368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668368

Black with #668368

Text Example


Text Example

White with #668368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668368; }

 p { color: rgb(102,131,104); }

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

background-color css

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

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

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

border-color css

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

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

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