Html Css Color HEX #637F66 Laurel

📋 copy color: '#637F66'

red 99 ◦ green 127 ◦ blue 102

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

Shades of Laurel #637F66

Tints of Laurel #637F66

RGB

 RED value IS 99 (39.06% from 255) = 30.18%

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

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 30.18%
G = 38.72%
B = 31.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#637F66 (or 0x637F66) is known color: Laurel. HEX triplet: 63, 7F and 66. RGB value is (99,127,102). Sum of RGB (Red+Green+Blue) = 99+127+102=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 127 - color contains mainly: green. Hex color #637F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637F66 is #9C8099. Grayscale: #737373. Windows color (decimal): -10256538 or 6717283. OLE color: 6717283.

HSL color Cylindrical-coordinate representation of color #637F66: hue angle of 126.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #637F66 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 127 102 -
CMYK 0.22 0 0.20 0.50
HSL 126.43º 0.12% 0.44% -
HSV(B) 126.43º 0.22% 0.5% -
XYZ 15.13 18.79 15.4 -
YUV 115.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 99 127 102 0.22 0 0.20 0.50 126.43 0.12 0.44
Hex 63 7F 66 16 0 14 32 7E C 2C
Octal 143 177 146 26 0 24 62 176 14 54
Binary 1100011 1111111 1100110 10110 0 10100 110010 1111110 1100 101100

Color Harmonies of #637F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637F66

Black with #637F66

Text Example


Text Example

White with #637F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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