Html Css Color HEX #63916A Laurel

📋 copy color: '#63916A'

red 99 ◦ green 145 ◦ blue 106

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

Shades of Laurel #63916A

Tints of Laurel #63916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 28.29%
G = 41.43%
B = 30.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#63916A (or 0x63916A) is known color: Laurel. HEX triplet: 63, 91 and 6A. RGB value is (99,145,106). Sum of RGB (Red+Green+Blue) = 99+145+106=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #63916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63916A is #9C6E95. Grayscale: #7E7E7E. Windows color (decimal): -10251926 or 6984035. OLE color: 6984035.

HSL color Cylindrical-coordinate representation of color #63916A: hue angle of 129.13º 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 #63916A is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 145 106 -
CMYK 0.32 0 0.27 0.43
HSL 129.13º 0.19% 0.48% -
HSV(B) 129.13º 0.32% 0.57% -
XYZ 17.87 23.94 17.32 -
YUV 126.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 99 145 106 0.32 0 0.27 0.43 129.13 0.19 0.48
Hex 63 91 6A 20 0 1B 2B 81 13 30
Octal 143 221 152 40 0 33 53 201 23 60
Binary 1100011 10010001 1101010 100000 0 11011 101011 10000001 10011 110000

Color Harmonies of #63916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63916A

Black with #63916A

Text Example


Text Example

White with #63916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63916A; }

 p { color: rgb(99,145,106); }

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

background-color css

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

 a { background-color: rgb(99,145,106); }

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

border-color css

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

 span { border-color: rgb(99,145,106); }

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