Html Css Color HEX #668467 Laurel

📋 copy color: '#668467'

red 102 ◦ green 132 ◦ blue 103

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

Shades of Laurel #668467

Tints of Laurel #668467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

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

R = 30.27%
G = 39.17%
B = 30.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#668467 (or 0x668467) is known color: Laurel. HEX triplet: 66, 84 and 67. RGB value is (102,132,103). Sum of RGB (Red+Green+Blue) = 102+132+103=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #668467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668467 is #997B98. Grayscale: #777777. Windows color (decimal): -10058649 or 6784102. OLE color: 6784102.

HSL color Cylindrical-coordinate representation of color #668467: hue angle of 122º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668467 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 103 -
CMYK 0.23 0 0.22 0.48
HSL 122º 0.13% 0.46% -
HSV(B) 122º 0.23% 0.52% -
XYZ 16.18 20.31 15.9 -
YUV 119.72 118.56 115.36 -
System Red Green Blue C M Y K H S L
Decimal 102 132 103 0.23 0 0.22 0.48 122 0.13 0.46
Hex 66 84 67 17 0 16 30 7A D 2E
Octal 146 204 147 27 0 26 60 172 15 56
Binary 1100110 10000100 1100111 10111 0 10110 110000 1111010 1101 101110

Color Harmonies of #668467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668467

Black with #668467

Text Example


Text Example

White with #668467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668467; }

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

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

background-color css

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

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

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

border-color css

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

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

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