Html Css Color HEX #638F70 Oxley

📋 copy color: '#638F70'

red 99 ◦ green 143 ◦ blue 112

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

Shades of Oxley #638F70

Tints of Oxley #638F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

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

R = 27.97%
G = 40.4%
B = 31.64%

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

#638F70 (or 0x638F70) is known color: Oxley. HEX triplet: 63, 8F and 70. RGB value is (99,143,112). Sum of RGB (Red+Green+Blue) = 99+143+112=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 143 - color contains mainly: green. Hex color #638F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638F70 is #9C708F. Grayscale: #7E7E7E. Windows color (decimal): -10252432 or 7376739. OLE color: 7376739.

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

Color convert

RGB 99 143 112 -
CMYK 0.31 0 0.22 0.44
HSL 137.73º 0.18% 0.47% -
HSV(B) 137.73º 0.31% 0.56% -
XYZ 17.89 23.47 18.92 -
YUV 126.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 99 143 112 0.31 0 0.22 0.44 137.73 0.18 0.47
Hex 63 8F 70 1F 0 16 2C 8A 12 2F
Octal 143 217 160 37 0 26 54 212 22 57
Binary 1100011 10001111 1110000 11111 0 10110 101100 10001010 10010 101111

Color Harmonies of #638F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638F70

Black with #638F70

Text Example


Text Example

White with #638F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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