Html Css Color HEX #63946C Laurel

📋 copy color: '#63946C'

red 99 ◦ green 148 ◦ blue 108

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

Shades of Laurel #63946C

Tints of Laurel #63946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 27.89%
G = 41.69%
B = 30.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#63946C (or 0x63946C) is known color: Laurel. HEX triplet: 63, 94 and 6C. RGB value is (99,148,108). Sum of RGB (Red+Green+Blue) = 99+148+108=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #63946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63946C is #9C6B93. Grayscale: #808080. Windows color (decimal): -10251156 or 7115875. OLE color: 7115875.

HSL color Cylindrical-coordinate representation of color #63946C: hue angle of 131.02º 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 #63946C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 108 -
CMYK 0.33 0 0.27 0.42
HSL 131.02º 0.2% 0.48% -
HSV(B) 131.02º 0.33% 0.58% -
XYZ 18.44 24.92 18.02 -
YUV 128.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 99 148 108 0.33 0 0.27 0.42 131.02 0.2 0.48
Hex 63 94 6C 21 0 1B 2A 83 14 30
Octal 143 224 154 41 0 33 52 203 24 60
Binary 1100011 10010100 1101100 100001 0 11011 101010 10000011 10100 110000

Color Harmonies of #63946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63946C

Black with #63946C

Text Example


Text Example

White with #63946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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