Html Css Color HEX #709876 Oxley

📋 copy color: '#709876'

red 112 ◦ green 152 ◦ blue 118

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

Shades of Oxley #709876

Tints of Oxley #709876

RGB

 RED value IS 112 (44.14% from 255) = 29.32%

 GREEN value IS 152 (59.77% from 255) = 39.79%

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

R = 29.32%
G = 39.79%
B = 30.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#709876 (or 0x709876) is known color: Oxley. HEX triplet: 70, 98 and 76. RGB value is (112,152,118). Sum of RGB (Red+Green+Blue) = 112+152+118=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #709876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709876 is #8F6789. Grayscale: #888888. Windows color (decimal): -9398154 or 7772272. OLE color: 7772272.

HSL color Cylindrical-coordinate representation of color #709876: hue angle of 129º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709876 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 118 -
CMYK 0.26 0 0.22 0.40
HSL 129º 0.16% 0.52% -
HSV(B) 129º 0.26% 0.6% -
XYZ 21.18 27.21 21.28 -
YUV 136.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 112 152 118 0.26 0 0.22 0.40 129 0.16 0.52
Hex 70 98 76 1A 0 16 28 81 10 34
Octal 160 230 166 32 0 26 50 201 20 64
Binary 1110000 10011000 1110110 11010 0 10110 101000 10000001 10000 110100

Color Harmonies of #709876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709876

Black with #709876

Text Example


Text Example

White with #709876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709876; }

 p { color: rgb(112,152,118); }

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

background-color css

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

 a { background-color: rgb(112,152,118); }

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

border-color css

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

 span { border-color: rgb(112,152,118); }

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