Html Css Color HEX #639E65 Laurel

📋 copy color: '#639E65'

red 99 ◦ green 158 ◦ blue 101

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

Shades of Laurel #639E65

Tints of Laurel #639E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 27.65%
G = 44.13%
B = 28.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#639E65 (or 0x639E65) is known color: Laurel. HEX triplet: 63, 9E and 65. RGB value is (99,158,101). Sum of RGB (Red+Green+Blue) = 99+158+101=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #639E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E65 is #9C619A. Grayscale: #868686. Windows color (decimal): -10248603 or 6659683. OLE color: 6659683.

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

Color convert

RGB 99 158 101 -
CMYK 0.37 0 0.36 0.38
HSL 122.03º 0.23% 0.5% -
HSV(B) 122.03º 0.37% 0.62% -
XYZ 19.72 28.05 16.69 -
YUV 133.86 109.45 103.13 -
System Red Green Blue C M Y K H S L
Decimal 99 158 101 0.37 0 0.36 0.38 122.03 0.23 0.5
Hex 63 9E 65 25 0 24 26 7A 17 32
Octal 143 236 145 45 0 44 46 172 27 62
Binary 1100011 10011110 1100101 100101 0 100100 100110 1111010 10111 110010

Color Harmonies of #639E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E65

Black with #639E65

Text Example


Text Example

White with #639E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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