Html Css Color HEX #639265 Laurel

📋 copy color: '#639265'

red 99 ◦ green 146 ◦ blue 101

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

Shades of Laurel #639265

Tints of Laurel #639265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.2%

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

R = 28.61%
G = 42.2%
B = 29.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#639265 (or 0x639265) is known color: Laurel. HEX triplet: 63, 92 and 65. RGB value is (99,146,101). Sum of RGB (Red+Green+Blue) = 99+146+101=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #639265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639265 is #9C6D9A. Grayscale: #7E7E7E. Windows color (decimal): -10251675 or 6656611. OLE color: 6656611.

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

Color convert

RGB 99 146 101 -
CMYK 0.32 0 0.31 0.43
HSL 122.55º 0.19% 0.48% -
HSV(B) 122.55º 0.32% 0.57% -
XYZ 17.77 24.15 16.04 -
YUV 126.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 99 146 101 0.32 0 0.31 0.43 122.55 0.19 0.48
Hex 63 92 65 20 0 1F 2B 7B 13 30
Octal 143 222 145 40 0 37 53 173 23 60
Binary 1100011 10010010 1100101 100000 0 11111 101011 1111011 10011 110000

Color Harmonies of #639265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639265

Black with #639265

Text Example


Text Example

White with #639265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639265; }

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

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

background-color css

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

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

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

border-color css

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

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

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