Html Css Color HEX #63966F Oxley

📋 copy color: '#63966F'

red 99 ◦ green 150 ◦ blue 111

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

Shades of Oxley #63966F

Tints of Oxley #63966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

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

R = 27.5%
G = 41.67%
B = 30.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#63966F (or 0x63966F) is known color: Oxley. HEX triplet: 63, 96 and 6F. RGB value is (99,150,111). Sum of RGB (Red+Green+Blue) = 99+150+111=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #63966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63966F is #9C6990. Grayscale: #828282. Windows color (decimal): -10250641 or 7312995. OLE color: 7312995.

HSL color Cylindrical-coordinate representation of color #63966F: hue angle of 134.12º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63966F is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 111 -
CMYK 0.34 0 0.26 0.41
HSL 134.12º 0.2% 0.49% -
HSV(B) 134.12º 0.34% 0.59% -
XYZ 18.92 25.61 18.99 -
YUV 130.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 99 150 111 0.34 0 0.26 0.41 134.12 0.2 0.49
Hex 63 96 6F 22 0 1A 29 86 14 31
Octal 143 226 157 42 0 32 51 206 24 61
Binary 1100011 10010110 1101111 100010 0 11010 101001 10000110 10100 110001

Color Harmonies of #63966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63966F

Black with #63966F

Text Example


Text Example

White with #63966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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