Html Css Color HEX #639965 Laurel

📋 copy color: '#639965'

red 99 ◦ green 153 ◦ blue 101

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

Shades of Laurel #639965

Tints of Laurel #639965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.34%

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

R = 28.05%
G = 43.34%
B = 28.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#639965 (or 0x639965) is known color: Laurel. HEX triplet: 63, 99 and 65. RGB value is (99,153,101). Sum of RGB (Red+Green+Blue) = 99+153+101=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #639965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639965 is #9C669A. Grayscale: #838383. Windows color (decimal): -10249883 or 6658403. OLE color: 6658403.

HSL color Cylindrical-coordinate representation of color #639965: hue angle of 122.22º 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 #639965 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 101 -
CMYK 0.35 0 0.34 0.4
HSL 122.22º 0.21% 0.49% -
HSV(B) 122.22º 0.35% 0.6% -
XYZ 18.89 26.37 16.41 -
YUV 130.93 111.11 105.23 -
System Red Green Blue C M Y K H S L
Decimal 99 153 101 0.35 0 0.34 0.4 122.22 0.21 0.49
Hex 63 99 65 23 0 22 28 7A 15 31
Octal 143 231 145 43 0 42 50 172 25 61
Binary 1100011 10011001 1100101 100011 0 100010 101000 1111010 10101 110001

Color Harmonies of #639965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639965

Black with #639965

Text Example


Text Example

White with #639965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639965; }

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

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

background-color css

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

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

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

border-color css

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

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

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