Html Css Color HEX #63946A Laurel

📋 copy color: '#63946A'

red 99 ◦ green 148 ◦ blue 106

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

Shades of Laurel #63946A

Tints of Laurel #63946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

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

R = 28.05%
G = 41.93%
B = 30.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#63946A (or 0x63946A) is known color: Laurel. HEX triplet: 63, 94 and 6A. RGB value is (99,148,106). Sum of RGB (Red+Green+Blue) = 99+148+106=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #63946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63946A is #9C6B95. Grayscale: #808080. Windows color (decimal): -10251158 or 6984803. OLE color: 6984803.

HSL color Cylindrical-coordinate representation of color #63946A: hue angle of 128.57º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63946A is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 106 -
CMYK 0.33 0 0.28 0.42
HSL 128.57º 0.2% 0.48% -
HSV(B) 128.57º 0.33% 0.58% -
XYZ 18.34 24.87 17.47 -
YUV 128.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 99 148 106 0.33 0 0.28 0.42 128.57 0.2 0.48
Hex 63 94 6A 21 0 1C 2A 81 14 30
Octal 143 224 152 41 0 34 52 201 24 60
Binary 1100011 10010100 1101010 100001 0 11100 101010 10000001 10100 110000

Color Harmonies of #63946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63946A

Black with #63946A

Text Example


Text Example

White with #63946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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