Html Css Color HEX #639865 Laurel

📋 copy color: '#639865'

red 99 ◦ green 152 ◦ blue 101

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

Shades of Laurel #639865

Tints of Laurel #639865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

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

R = 28.13%
G = 43.18%
B = 28.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#639865 (or 0x639865) is known color: Laurel. HEX triplet: 63, 98 and 65. RGB value is (99,152,101). Sum of RGB (Red+Green+Blue) = 99+152+101=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #639865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639865 is #9C679A. Grayscale: #828282. Windows color (decimal): -10250139 or 6658147. OLE color: 6658147.

HSL color Cylindrical-coordinate representation of color #639865: hue angle of 122.26º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639865 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 101 -
CMYK 0.35 0 0.34 0.40
HSL 122.26º 0.21% 0.49% -
HSV(B) 122.26º 0.35% 0.6% -
XYZ 18.72 26.05 16.35 -
YUV 130.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 99 152 101 0.35 0 0.34 0.40 122.26 0.21 0.49
Hex 63 98 65 23 0 22 28 7A 15 31
Octal 143 230 145 43 0 42 50 172 25 61
Binary 1100011 10011000 1100101 100011 0 100010 101000 1111010 10101 110001

Color Harmonies of #639865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639865

Black with #639865

Text Example


Text Example

White with #639865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639865; }

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

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

background-color css

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

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

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

border-color css

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

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

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