Html Css Color HEX #63996F Oxley

📋 copy color: '#63996F'

red 99 ◦ green 153 ◦ blue 111

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

Shades of Oxley #63996F

Tints of Oxley #63996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

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

R = 27.27%
G = 42.15%
B = 30.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#63996F (or 0x63996F) is known color: Oxley. HEX triplet: 63, 99 and 6F. RGB value is (99,153,111). Sum of RGB (Red+Green+Blue) = 99+153+111=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #63996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63996F is #9C6690. Grayscale: #848484. Windows color (decimal): -10249873 or 7313763. OLE color: 7313763.

HSL color Cylindrical-coordinate representation of color #63996F: hue angle of 133.33º 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 #63996F is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 111 -
CMYK 0.35 0 0.27 0.4
HSL 133.33º 0.21% 0.49% -
HSV(B) 133.33º 0.35% 0.6% -
XYZ 19.41 26.58 19.15 -
YUV 132.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 99 153 111 0.35 0 0.27 0.4 133.33 0.21 0.49
Hex 63 99 6F 23 0 1B 28 85 15 31
Octal 143 231 157 43 0 33 50 205 25 61
Binary 1100011 10011001 1101111 100011 0 11011 101000 10000101 10101 110001

Color Harmonies of #63996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63996F

Black with #63996F

Text Example


Text Example

White with #63996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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