Html Css Color HEX #628B70 Oxley

📋 copy color: '#628B70'

red 98 ◦ green 139 ◦ blue 112

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

Shades of Oxley #628B70

Tints of Oxley #628B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.83%

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

R = 28.08%
G = 39.83%
B = 32.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#628B70 (or 0x628B70) is known color: Oxley. HEX triplet: 62, 8B and 70. RGB value is (98,139,112). Sum of RGB (Red+Green+Blue) = 98+139+112=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 139 - color contains mainly: green. Hex color #628B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628B70 is #9D748F. Grayscale: #7B7B7B. Windows color (decimal): -10318992 or 7375714. OLE color: 7375714.

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

Color convert

RGB 98 139 112 -
CMYK 0.29 0 0.19 0.45
HSL 140.49º 0.17% 0.46% -
HSV(B) 140.49º 0.29% 0.55% -
XYZ 17.19 22.23 18.71 -
YUV 123.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 98 139 112 0.29 0 0.19 0.45 140.49 0.17 0.46
Hex 62 8B 70 1D 0 13 2D 8C 11 2E
Octal 142 213 160 35 0 23 55 214 21 56
Binary 1100010 10001011 1110000 11101 0 10011 101101 10001100 10001 101110

Color Harmonies of #628B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628B70

Black with #628B70

Text Example


Text Example

White with #628B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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