Html Css Color HEX #629276 Oxley

📋 copy color: '#629276'

red 98 ◦ green 146 ◦ blue 118

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

Shades of Oxley #629276

Tints of Oxley #629276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 27.07%
G = 40.33%
B = 32.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#629276 (or 0x629276) is known color: Oxley. HEX triplet: 62, 92 and 76. RGB value is (98,146,118). Sum of RGB (Red+Green+Blue) = 98+146+118=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #629276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629276 is #9D6D89. Grayscale: #808080. Windows color (decimal): -10317194 or 7770722. OLE color: 7770722.

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

Color convert

RGB 98 146 118 -
CMYK 0.33 0 0.19 0.43
HSL 145º 0.2% 0.48% -
HSV(B) 145º 0.33% 0.57% -
XYZ 18.59 24.46 20.88 -
YUV 128.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 98 146 118 0.33 0 0.19 0.43 145 0.2 0.48
Hex 62 92 76 21 0 13 2B 91 14 30
Octal 142 222 166 41 0 23 53 221 24 60
Binary 1100010 10010010 1110110 100001 0 10011 101011 10010001 10100 110000

Color Harmonies of #629276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629276

Black with #629276

Text Example


Text Example

White with #629276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629276; }

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

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

background-color css

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

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

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

border-color css

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

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

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