Html Css Color HEX #639970 Oxley

📋 copy color: '#639970'

red 99 ◦ green 153 ◦ blue 112

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

Shades of Oxley #639970

Tints of Oxley #639970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 27.2%
G = 42.03%
B = 30.77%

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

#639970 (or 0x639970) is known color: Oxley. HEX triplet: 63, 99 and 70. RGB value is (99,153,112). Sum of RGB (Red+Green+Blue) = 99+153+112=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #639970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639970 is #9C668F. Grayscale: #848484. Windows color (decimal): -10249872 or 7379299. OLE color: 7379299.

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

Color convert

RGB 99 153 112 -
CMYK 0.35 0 0.27 0.4
HSL 134.44º 0.21% 0.49% -
HSV(B) 134.44º 0.35% 0.6% -
XYZ 19.46 26.6 19.44 -
YUV 132.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 99 153 112 0.35 0 0.27 0.4 134.44 0.21 0.49
Hex 63 99 70 23 0 1B 28 86 15 31
Octal 143 231 160 43 0 33 50 206 25 61
Binary 1100011 10011001 1110000 100011 0 11011 101000 10000110 10101 110001

Color Harmonies of #639970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639970

Black with #639970

Text Example


Text Example

White with #639970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639970; }

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

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

background-color css

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

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

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

border-color css

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

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

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