Html Css Color HEX #629670 Oxley

📋 copy color: '#629670'

red 98 ◦ green 150 ◦ blue 112

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

Shades of Oxley #629670

Tints of Oxley #629670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

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

R = 27.22%
G = 41.67%
B = 31.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#629670 (or 0x629670) is known color: Oxley. HEX triplet: 62, 96 and 70. RGB value is (98,150,112). Sum of RGB (Red+Green+Blue) = 98+150+112=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #629670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629670 is #9D698F. Grayscale: #828282. Windows color (decimal): -10316176 or 7378530. OLE color: 7378530.

HSL color Cylindrical-coordinate representation of color #629670: hue angle of 136.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #629670 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 150 112 -
CMYK 0.35 0 0.25 0.41
HSL 136.15º 0.21% 0.49% -
HSV(B) 136.15º 0.35% 0.59% -
XYZ 18.87 25.58 19.27 -
YUV 130.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 98 150 112 0.35 0 0.25 0.41 136.15 0.21 0.49
Hex 62 96 70 23 0 19 29 88 15 31
Octal 142 226 160 43 0 31 51 210 25 61
Binary 1100010 10010110 1110000 100011 0 11001 101001 10001000 10101 110001

Color Harmonies of #629670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629670

Black with #629670

Text Example


Text Example

White with #629670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629670; }

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

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

background-color css

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

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

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

border-color css

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

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

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