Html Css Color HEX #63986A Laurel

📋 copy color: '#63986A'

red 99 ◦ green 152 ◦ blue 106

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

Shades of Laurel #63986A

Tints of Laurel #63986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

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

R = 27.73%
G = 42.58%
B = 29.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#63986A (or 0x63986A) is known color: Laurel. HEX triplet: 63, 98 and 6A. RGB value is (99,152,106). Sum of RGB (Red+Green+Blue) = 99+152+106=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #63986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63986A is #9C6795. Grayscale: #838383. Windows color (decimal): -10250134 or 6985827. OLE color: 6985827.

HSL color Cylindrical-coordinate representation of color #63986A: hue angle of 127.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63986A is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 106 -
CMYK 0.35 0 0.30 0.40
HSL 127.92º 0.21% 0.49% -
HSV(B) 127.92º 0.35% 0.6% -
XYZ 18.98 26.15 17.68 -
YUV 130.91 113.94 105.24 -
System Red Green Blue C M Y K H S L
Decimal 99 152 106 0.35 0 0.30 0.40 127.92 0.21 0.49
Hex 63 98 6A 23 0 1E 28 80 15 31
Octal 143 230 152 43 0 36 50 200 25 61
Binary 1100011 10011000 1101010 100011 0 11110 101000 10000000 10101 110001

Color Harmonies of #63986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63986A

Black with #63986A

Text Example


Text Example

White with #63986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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