Html Css Color HEX #667D67 Laurel

📋 copy color: '#667D67'

red 102 ◦ green 125 ◦ blue 103

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

Shades of Laurel #667D67

Tints of Laurel #667D67

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

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

R = 30.91%
G = 37.88%
B = 31.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#667D67 (or 0x667D67) is known color: Laurel. HEX triplet: 66, 7D and 67. RGB value is (102,125,103). Sum of RGB (Red+Green+Blue) = 102+125+103=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 125 - color contains mainly: green. Hex color #667D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D67 is #998298. Grayscale: #737373. Windows color (decimal): -10060441 or 6782310. OLE color: 6782310.

HSL color Cylindrical-coordinate representation of color #667D67: hue angle of 122.61º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667D67 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 125 103 -
CMYK 0.18 0 0.18 0.51
HSL 122.61º 0.1% 0.45% -
HSV(B) 122.61º 0.18% 0.49% -
XYZ 15.26 18.47 15.59 -
YUV 115.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 102 125 103 0.18 0 0.18 0.51 122.61 0.1 0.45
Hex 66 7D 67 12 0 12 33 7B A 2D
Octal 146 175 147 22 0 22 63 173 12 55
Binary 1100110 1111101 1100111 10010 0 10010 110011 1111011 1010 101101

Color Harmonies of #667D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D67

Black with #667D67

Text Example


Text Example

White with #667D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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