Html Css Color HEX #628F70 Oxley

📋 copy color: '#628F70'

red 98 ◦ green 143 ◦ blue 112

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

Shades of Oxley #628F70

Tints of Oxley #628F70

RGB

 RED value IS 98 (38.67% from 255) = 27.76%

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

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

R = 27.76%
G = 40.51%
B = 31.73%

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

#628F70 (or 0x628F70) is known color: Oxley. HEX triplet: 62, 8F and 70. RGB value is (98,143,112). Sum of RGB (Red+Green+Blue) = 98+143+112=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #628F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628F70 is #9D708F. Grayscale: #7E7E7E. Windows color (decimal): -10317968 or 7376738. OLE color: 7376738.

HSL color Cylindrical-coordinate representation of color #628F70: hue angle of 138.67º degrees, saturation: 0.19, 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 #628F70 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 143 112 -
CMYK 0.31 0 0.22 0.44
HSL 138.67º 0.19% 0.47% -
HSV(B) 138.67º 0.31% 0.56% -
XYZ 17.78 23.41 18.91 -
YUV 126.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 98 143 112 0.31 0 0.22 0.44 138.67 0.19 0.47
Hex 62 8F 70 1F 0 16 2C 8B 13 2F
Octal 142 217 160 37 0 26 54 213 23 57
Binary 1100010 10001111 1110000 11111 0 10110 101100 10001011 10011 101111

Color Harmonies of #628F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628F70

Black with #628F70

Text Example


Text Example

White with #628F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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