Html Css Color HEX #638C70 Oxley

📋 copy color: '#638C70'

red 99 ◦ green 140 ◦ blue 112

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

Shades of Oxley #638C70

Tints of Oxley #638C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

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

R = 28.21%
G = 39.89%
B = 31.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#638C70 (or 0x638C70) is known color: Oxley. HEX triplet: 63, 8C and 70. RGB value is (99,140,112). Sum of RGB (Red+Green+Blue) = 99+140+112=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 140 - color contains mainly: green. Hex color #638C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638C70 is #9C738F. Grayscale: #7C7C7C. Windows color (decimal): -10253200 or 7375971. OLE color: 7375971.

HSL color Cylindrical-coordinate representation of color #638C70: hue angle of 139.02º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638C70 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 140 112 -
CMYK 0.29 0 0.20 0.45
HSL 139.02º 0.17% 0.47% -
HSV(B) 139.02º 0.29% 0.55% -
XYZ 17.45 22.58 18.77 -
YUV 124.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 99 140 112 0.29 0 0.20 0.45 139.02 0.17 0.47
Hex 63 8C 70 1D 0 14 2D 8B 11 2F
Octal 143 214 160 35 0 24 55 213 21 57
Binary 1100011 10001100 1110000 11101 0 10100 101101 10001011 10001 101111

Color Harmonies of #638C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638C70

Black with #638C70

Text Example


Text Example

White with #638C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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