Html Css Color HEX #629271 Oxley

📋 copy color: '#629271'

red 98 ◦ green 146 ◦ blue 113

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

Shades of Oxley #629271

Tints of Oxley #629271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 27.45%
G = 40.9%
B = 31.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#629271 (or 0x629271) is known color: Oxley. HEX triplet: 62, 92 and 71. RGB value is (98,146,113). Sum of RGB (Red+Green+Blue) = 98+146+113=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #629271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629271 is #9D6D8E. Grayscale: #7F7F7F. Windows color (decimal): -10317199 or 7443042. OLE color: 7443042.

HSL color Cylindrical-coordinate representation of color #629271: hue angle of 138.75º 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 #629271 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 146 113 -
CMYK 0.33 0 0.23 0.43
HSL 138.75º 0.2% 0.48% -
HSV(B) 138.75º 0.33% 0.57% -
XYZ 18.3 24.35 19.36 -
YUV 127.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 98 146 113 0.33 0 0.23 0.43 138.75 0.2 0.48
Hex 62 92 71 21 0 17 2B 8B 14 30
Octal 142 222 161 41 0 27 53 213 24 60
Binary 1100010 10010010 1110001 100001 0 10111 101011 10001011 10100 110000

Color Harmonies of #629271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629271

Black with #629271

Text Example


Text Example

White with #629271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629271; }

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

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

background-color css

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

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

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

border-color css

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

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

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