Html Css Color HEX #63916E Oxley

📋 copy color: '#63916E'

red 99 ◦ green 145 ◦ blue 110

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

Shades of Oxley #63916E

Tints of Oxley #63916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 27.97%
G = 40.96%
B = 31.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#63916E (or 0x63916E) is known color: Oxley. HEX triplet: 63, 91 and 6E. RGB value is (99,145,110). Sum of RGB (Red+Green+Blue) = 99+145+110=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #63916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63916E is #9C6E91. Grayscale: #7F7F7F. Windows color (decimal): -10251922 or 7246179. OLE color: 7246179.

HSL color Cylindrical-coordinate representation of color #63916E: hue angle of 134.35º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63916E is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 145 110 -
CMYK 0.32 0 0.24 0.43
HSL 134.35º 0.19% 0.48% -
HSV(B) 134.35º 0.32% 0.57% -
XYZ 18.09 24.03 18.44 -
YUV 127.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 99 145 110 0.32 0 0.24 0.43 134.35 0.19 0.48
Hex 63 91 6E 20 0 18 2B 86 13 30
Octal 143 221 156 40 0 30 53 206 23 60
Binary 1100011 10010001 1101110 100000 0 11000 101011 10000110 10011 110000

Color Harmonies of #63916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63916E

Black with #63916E

Text Example


Text Example

White with #63916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63916E; }

 p { color: rgb(99,145,110); }

 H1.HeaderClassName
 {
   color: #63916E;
 }
 .AnyTagClassName
 {
   color: #63916E;
 }
</style>

background-color css

<style>
 a { background-color: #63916E; }

 a { background-color: rgb(99,145,110); }

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

border-color css

<style>
 span { border-color: #63916E; }

 span { border-color: rgb(99,145,110); }

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