Html Css Color HEX #629273 Oxley

📋 copy color: '#629273'

red 98 ◦ green 146 ◦ blue 115

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

Shades of Oxley #629273

Tints of Oxley #629273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

 BLUE value IS 115 (45.31% from 255) = 32.03%

R = 27.3%
G = 40.67%
B = 32.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#629273 (or 0x629273) is known color: Oxley. HEX triplet: 62, 92 and 73. RGB value is (98,146,115). Sum of RGB (Red+Green+Blue) = 98+146+115=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #629273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629273 is #9D6D8C. Grayscale: #808080. Windows color (decimal): -10317197 or 7574114. OLE color: 7574114.

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

Color convert

RGB 98 146 115 -
CMYK 0.33 0 0.21 0.43
HSL 141.25º 0.2% 0.48% -
HSV(B) 141.25º 0.33% 0.57% -
XYZ 18.41 24.39 19.96 -
YUV 128.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 98 146 115 0.33 0 0.21 0.43 141.25 0.2 0.48
Hex 62 92 73 21 0 15 2B 8D 14 30
Octal 142 222 163 41 0 25 53 215 24 60
Binary 1100010 10010010 1110011 100001 0 10101 101011 10001101 10100 110000

Color Harmonies of #629273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629273

Black with #629273

Text Example


Text Example

White with #629273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629273; }

 p { color: rgb(98,146,115); }

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

background-color css

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

 a { background-color: rgb(98,146,115); }

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

border-color css

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

 span { border-color: rgb(98,146,115); }

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