Html Css Color HEX #639065 Laurel

📋 copy color: '#639065'

red 99 ◦ green 144 ◦ blue 101

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

Shades of Laurel #639065

Tints of Laurel #639065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.86%

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

R = 28.78%
G = 41.86%
B = 29.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#639065 (or 0x639065) is known color: Laurel. HEX triplet: 63, 90 and 65. RGB value is (99,144,101). Sum of RGB (Red+Green+Blue) = 99+144+101=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #639065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639065 is #9C6F9A. Grayscale: #7D7D7D. Windows color (decimal): -10252187 or 6656099. OLE color: 6656099.

HSL color Cylindrical-coordinate representation of color #639065: hue angle of 122.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #639065 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 101 -
CMYK 0.31 0 0.30 0.44
HSL 122.67º 0.19% 0.48% -
HSV(B) 122.67º 0.31% 0.56% -
XYZ 17.47 23.54 15.93 -
YUV 125.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 99 144 101 0.31 0 0.30 0.44 122.67 0.19 0.48
Hex 63 90 65 1F 0 1E 2C 7B 13 30
Octal 143 220 145 37 0 36 54 173 23 60
Binary 1100011 10010000 1100101 11111 0 11110 101100 1111011 10011 110000

Color Harmonies of #639065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639065

Black with #639065

Text Example


Text Example

White with #639065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639065; }

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

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

background-color css

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

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

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

border-color css

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

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

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