Html Css Color HEX #639E66 Laurel

📋 copy color: '#639E66'

red 99 ◦ green 158 ◦ blue 102

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

Shades of Laurel #639E66

Tints of Laurel #639E66

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.01%

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

R = 27.58%
G = 44.01%
B = 28.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#639E66 (or 0x639E66) is known color: Laurel. HEX triplet: 63, 9E and 66. RGB value is (99,158,102). Sum of RGB (Red+Green+Blue) = 99+158+102=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #639E66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E66 is #9C6199. Grayscale: #868686. Windows color (decimal): -10248602 or 6725219. OLE color: 6725219.

HSL color Cylindrical-coordinate representation of color #639E66: hue angle of 123.05º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639E66 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 158 102 -
CMYK 0.37 0 0.35 0.38
HSL 123.05º 0.23% 0.5% -
HSV(B) 123.05º 0.37% 0.62% -
XYZ 19.77 28.07 16.95 -
YUV 133.98 109.95 103.05 -
System Red Green Blue C M Y K H S L
Decimal 99 158 102 0.37 0 0.35 0.38 123.05 0.23 0.5
Hex 63 9E 66 25 0 23 26 7B 17 32
Octal 143 236 146 45 0 43 46 173 27 62
Binary 1100011 10011110 1100110 100101 0 100011 100110 1111011 10111 110010

Color Harmonies of #639E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E66

Black with #639E66

Text Example


Text Example

White with #639E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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