Html Css Color HEX #639070 Oxley

📋 copy color: '#639070'

red 99 ◦ green 144 ◦ blue 112

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

Shades of Oxley #639070

Tints of Oxley #639070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.56%

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

R = 27.89%
G = 40.56%
B = 31.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#639070 (or 0x639070) is known color: Oxley. HEX triplet: 63, 90 and 70. RGB value is (99,144,112). Sum of RGB (Red+Green+Blue) = 99+144+112=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #639070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639070 is #9C6F8F. Grayscale: #7E7E7E. Windows color (decimal): -10252176 or 7376995. OLE color: 7376995.

HSL color Cylindrical-coordinate representation of color #639070: hue angle of 137.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #639070 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 112 -
CMYK 0.31 0 0.22 0.44
HSL 137.33º 0.19% 0.48% -
HSV(B) 137.33º 0.31% 0.56% -
XYZ 18.04 23.77 18.97 -
YUV 126.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 99 144 112 0.31 0 0.22 0.44 137.33 0.19 0.48
Hex 63 90 70 1F 0 16 2C 89 13 30
Octal 143 220 160 37 0 26 54 211 23 60
Binary 1100011 10010000 1110000 11111 0 10110 101100 10001001 10011 110000

Color Harmonies of #639070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639070

Black with #639070

Text Example


Text Example

White with #639070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639070; }

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

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

background-color css

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

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

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

border-color css

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

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

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