Html Css Color HEX #667F69 Laurel

📋 copy color: '#667F69'

red 102 ◦ green 127 ◦ blue 105

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

Shades of Laurel #667F69

Tints of Laurel #667F69

RGB

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

 GREEN value IS 127 (50% from 255) = 38.02%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 30.54%
G = 38.02%
B = 31.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#667F69 (or 0x667F69) is known color: Laurel. HEX triplet: 66, 7F and 69. RGB value is (102,127,105). Sum of RGB (Red+Green+Blue) = 102+127+105=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #667F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F69 is #998096. Grayscale: #757575. Windows color (decimal): -10059927 or 6913894. OLE color: 6913894.

HSL color Cylindrical-coordinate representation of color #667F69: hue angle of 127.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #667F69 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 127 105 -
CMYK 0.20 0 0.17 0.50
HSL 127.2º 0.11% 0.45% -
HSV(B) 127.2º 0.2% 0.5% -
XYZ 15.62 19.02 16.21 -
YUV 117.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 102 127 105 0.20 0 0.17 0.50 127.2 0.11 0.45
Hex 66 7F 69 14 0 11 32 7F B 2D
Octal 146 177 151 24 0 21 62 177 13 55
Binary 1100110 1111111 1101001 10100 0 10001 110010 1111111 1011 101101

Color Harmonies of #667F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F69

Black with #667F69

Text Example


Text Example

White with #667F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,127,105); }

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

background-color css

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

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

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

border-color css

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

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

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