Html Css Color HEX #63946F Oxley

📋 copy color: '#63946F'

red 99 ◦ green 148 ◦ blue 111

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

Shades of Oxley #63946F

Tints of Oxley #63946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 27.65%
G = 41.34%
B = 31.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#63946F (or 0x63946F) is known color: Oxley. HEX triplet: 63, 94 and 6F. RGB value is (99,148,111). Sum of RGB (Red+Green+Blue) = 99+148+111=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #63946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63946F is #9C6B90. Grayscale: #818181. Windows color (decimal): -10251153 or 7312483. OLE color: 7312483.

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

Color convert

RGB 99 148 111 -
CMYK 0.33 0 0.25 0.42
HSL 134.69º 0.2% 0.48% -
HSV(B) 134.69º 0.33% 0.58% -
XYZ 18.6 24.98 18.88 -
YUV 129.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 99 148 111 0.33 0 0.25 0.42 134.69 0.2 0.48
Hex 63 94 6F 21 0 19 2A 87 14 30
Octal 143 224 157 41 0 31 52 207 24 60
Binary 1100011 10010100 1101111 100001 0 11001 101010 10000111 10100 110000

Color Harmonies of #63946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63946F

Black with #63946F

Text Example


Text Example

White with #63946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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