Html Css Color HEX #629175 Oxley

📋 copy color: '#629175'

red 98 ◦ green 145 ◦ blue 117

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

Shades of Oxley #629175

Tints of Oxley #629175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.28%

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 27.22%
G = 40.28%
B = 32.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#629175 (or 0x629175) is known color: Oxley. HEX triplet: 62, 91 and 75. RGB value is (98,145,117). Sum of RGB (Red+Green+Blue) = 98+145+117=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #629175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629175 is #9D6E8A. Grayscale: #7F7F7F. Windows color (decimal): -10317451 or 7704930. OLE color: 7704930.

HSL color Cylindrical-coordinate representation of color #629175: hue angle of 144.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629175 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 145 117 -
CMYK 0.32 0 0.19 0.43
HSL 144.26º 0.19% 0.48% -
HSV(B) 144.26º 0.32% 0.57% -
XYZ 18.37 24.13 20.52 -
YUV 127.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 98 145 117 0.32 0 0.19 0.43 144.26 0.19 0.48
Hex 62 91 75 20 0 13 2B 90 13 30
Octal 142 221 165 40 0 23 53 220 23 60
Binary 1100010 10010001 1110101 100000 0 10011 101011 10010000 10011 110000

Color Harmonies of #629175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629175

Black with #629175

Text Example


Text Example

White with #629175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629175; }

 p { color: rgb(98,145,117); }

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

background-color css

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

 a { background-color: rgb(98,145,117); }

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

border-color css

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

 span { border-color: rgb(98,145,117); }

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