Html Css Color HEX #639F70 Oxley

📋 copy color: '#639F70'

red 99 ◦ green 159 ◦ blue 112

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

Shades of Oxley #639F70

Tints of Oxley #639F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.97%

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

R = 26.76%
G = 42.97%
B = 30.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#639F70 (or 0x639F70) is known color: Oxley. HEX triplet: 63, 9F and 70. RGB value is (99,159,112). Sum of RGB (Red+Green+Blue) = 99+159+112=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #639F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F70 is #9C608F. Grayscale: #878787. Windows color (decimal): -10248336 or 7380835. OLE color: 7380835.

HSL color Cylindrical-coordinate representation of color #639F70: hue angle of 133º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639F70 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 159 112 -
CMYK 0.38 0 0.30 0.38
HSL 133º 0.24% 0.51% -
HSV(B) 133º 0.38% 0.62% -
XYZ 20.47 28.62 19.77 -
YUV 135.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 99 159 112 0.38 0 0.30 0.38 133 0.24 0.51
Hex 63 9F 70 26 0 1E 26 85 18 33
Octal 143 237 160 46 0 36 46 205 30 63
Binary 1100011 10011111 1110000 100110 0 11110 100110 10000101 11000 110011

Color Harmonies of #639F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639F70

Black with #639F70

Text Example


Text Example

White with #639F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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