Html Css Color HEX #629F76 Oxley

📋 copy color: '#629F76'

red 98 ◦ green 159 ◦ blue 118

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

Shades of Oxley #629F76

Tints of Oxley #629F76

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.4%

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

R = 26.13%
G = 42.4%
B = 31.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#629F76 (or 0x629F76) is known color: Oxley. HEX triplet: 62, 9F and 76. RGB value is (98,159,118). Sum of RGB (Red+Green+Blue) = 98+159+118=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #629F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F76 is #9D6089. Grayscale: #888888. Windows color (decimal): -10313866 or 7774050. OLE color: 7774050.

HSL color Cylindrical-coordinate representation of color #629F76: hue angle of 139.67º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629F76 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 159 118 -
CMYK 0.38 0 0.26 0.38
HSL 139.67º 0.24% 0.5% -
HSV(B) 139.67º 0.38% 0.62% -
XYZ 20.71 28.7 21.59 -
YUV 136.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 98 159 118 0.38 0 0.26 0.38 139.67 0.24 0.5
Hex 62 9F 76 26 0 1A 26 8C 18 32
Octal 142 237 166 46 0 32 46 214 30 62
Binary 1100010 10011111 1110110 100110 0 11010 100110 10001100 11000 110010

Color Harmonies of #629F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629F76

Black with #629F76

Text Example


Text Example

White with #629F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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