Html Css Color HEX #629375 Oxley

📋 copy color: '#629375'

red 98 ◦ green 147 ◦ blue 117

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

Shades of Oxley #629375

Tints of Oxley #629375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

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

R = 27.07%
G = 40.61%
B = 32.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#629375 (or 0x629375) is known color: Oxley. HEX triplet: 62, 93 and 75. RGB value is (98,147,117). Sum of RGB (Red+Green+Blue) = 98+147+117=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #629375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629375 is #9D6C8A. Grayscale: #818181. Windows color (decimal): -10316939 or 7705442. OLE color: 7705442.

HSL color Cylindrical-coordinate representation of color #629375: hue angle of 143.27º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629375 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 147 117 -
CMYK 0.33 0 0.20 0.42
HSL 143.27º 0.2% 0.48% -
HSV(B) 143.27º 0.33% 0.58% -
XYZ 18.68 24.75 20.62 -
YUV 128.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 98 147 117 0.33 0 0.20 0.42 143.27 0.2 0.48
Hex 62 93 75 21 0 14 2A 8F 14 30
Octal 142 223 165 41 0 24 52 217 24 60
Binary 1100010 10010011 1110101 100001 0 10100 101010 10001111 10100 110000

Color Harmonies of #629375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629375

Black with #629375

Text Example


Text Example

White with #629375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629375; }

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

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

background-color css

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

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

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

border-color css

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

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

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