Html Css Color HEX #709776 Oxley

📋 copy color: '#709776'

red 112 ◦ green 151 ◦ blue 118

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

Shades of Oxley #709776

Tints of Oxley #709776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

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

R = 29.4%
G = 39.63%
B = 30.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#709776 (or 0x709776) is known color: Oxley. HEX triplet: 70, 97 and 76. RGB value is (112,151,118). Sum of RGB (Red+Green+Blue) = 112+151+118=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #709776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709776 is #8F6889. Grayscale: #878787. Windows color (decimal): -9398410 or 7772016. OLE color: 7772016.

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

Color convert

RGB 112 151 118 -
CMYK 0.26 0 0.22 0.41
HSL 129.23º 0.16% 0.52% -
HSV(B) 129.23º 0.26% 0.59% -
XYZ 21.02 26.89 21.22 -
YUV 135.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 112 151 118 0.26 0 0.22 0.41 129.23 0.16 0.52
Hex 70 97 76 1A 0 16 29 81 10 34
Octal 160 227 166 32 0 26 51 201 20 64
Binary 1110000 10010111 1110110 11010 0 10110 101001 10000001 10000 110100

Color Harmonies of #709776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709776

Black with #709776

Text Example


Text Example

White with #709776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709776; }

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

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

background-color css

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

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

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

border-color css

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

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

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