Html Css Color HEX #667D68 Laurel

📋 copy color: '#667D68'

red 102 ◦ green 125 ◦ blue 104

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

Shades of Laurel #667D68

Tints of Laurel #667D68

RGB

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

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

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

R = 30.82%
G = 37.76%
B = 31.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#667D68 (or 0x667D68) is known color: Laurel. HEX triplet: 66, 7D and 68. RGB value is (102,125,104). Sum of RGB (Red+Green+Blue) = 102+125+104=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 125 - color contains mainly: green. Hex color #667D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D68 is #998297. Grayscale: #737373. Windows color (decimal): -10060440 or 6847846. OLE color: 6847846.

HSL color Cylindrical-coordinate representation of color #667D68: hue angle of 125.22º 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 #667D68 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 125 104 -
CMYK 0.18 0 0.17 0.51
HSL 125.22º 0.1% 0.45% -
HSV(B) 125.22º 0.18% 0.49% -
XYZ 15.31 18.49 15.86 -
YUV 115.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 102 125 104 0.18 0 0.17 0.51 125.22 0.1 0.45
Hex 66 7D 68 12 0 11 33 7D A 2D
Octal 146 175 150 22 0 21 63 175 12 55
Binary 1100110 1111101 1101000 10010 0 10001 110011 1111101 1010 101101

Color Harmonies of #667D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D68

Black with #667D68

Text Example


Text Example

White with #667D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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