Html Css Color HEX #639E68 Laurel

📋 copy color: '#639E68'

red 99 ◦ green 158 ◦ blue 104

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

Shades of Laurel #639E68

Tints of Laurel #639E68

RGB

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

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

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

R = 27.42%
G = 43.77%
B = 28.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#639E68 (or 0x639E68) is known color: Laurel. HEX triplet: 63, 9E and 68. RGB value is (99,158,104). Sum of RGB (Red+Green+Blue) = 99+158+104=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #639E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E68 is #9C6197. Grayscale: #868686. Windows color (decimal): -10248600 or 6856291. OLE color: 6856291.

HSL color Cylindrical-coordinate representation of color #639E68: hue angle of 125.08º 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 #639E68 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 158 104 -
CMYK 0.37 0 0.34 0.38
HSL 125.08º 0.23% 0.5% -
HSV(B) 125.08º 0.37% 0.62% -
XYZ 19.87 28.11 17.47 -
YUV 134.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 99 158 104 0.37 0 0.34 0.38 125.08 0.23 0.5
Hex 63 9E 68 25 0 22 26 7D 17 32
Octal 143 236 150 45 0 42 46 175 27 62
Binary 1100011 10011110 1101000 100101 0 100010 100110 1111101 10111 110010

Color Harmonies of #639E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E68

Black with #639E68

Text Example


Text Example

White with #639E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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