Html Css Color HEX #629976 Oxley

📋 copy color: '#629976'

red 98 ◦ green 153 ◦ blue 118

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

Shades of Oxley #629976

Tints of Oxley #629976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

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

R = 26.56%
G = 41.46%
B = 31.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#629976 (or 0x629976) is known color: Oxley. HEX triplet: 62, 99 and 76. RGB value is (98,153,118). Sum of RGB (Red+Green+Blue) = 98+153+118=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #629976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629976 is #9D6689. Grayscale: #848484. Windows color (decimal): -10315402 or 7772514. OLE color: 7772514.

HSL color Cylindrical-coordinate representation of color #629976: hue angle of 141.82º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629976 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 153 118 -
CMYK 0.36 0 0.23 0.4
HSL 141.82º 0.22% 0.49% -
HSV(B) 141.82º 0.36% 0.6% -
XYZ 19.7 26.69 21.25 -
YUV 132.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 98 153 118 0.36 0 0.23 0.4 141.82 0.22 0.49
Hex 62 99 76 24 0 17 28 8E 16 31
Octal 142 231 166 44 0 27 50 216 26 61
Binary 1100010 10011001 1110110 100100 0 10111 101000 10001110 10110 110001

Color Harmonies of #629976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629976

Black with #629976

Text Example


Text Example

White with #629976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629976; }

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

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

background-color css

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

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

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

border-color css

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

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

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