Html Css Color HEX #709877 Oxley

📋 copy color: '#709877'

red 112 ◦ green 152 ◦ blue 119

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

Shades of Oxley #709877

Tints of Oxley #709877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 29.24%
G = 39.69%
B = 31.07%

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

#709877 (or 0x709877) is known color: Oxley. HEX triplet: 70, 98 and 77. RGB value is (112,152,119). Sum of RGB (Red+Green+Blue) = 112+152+119=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #709877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709877 is #8F6788. Grayscale: #888888. Windows color (decimal): -9398153 or 7837808. OLE color: 7837808.

HSL color Cylindrical-coordinate representation of color #709877: hue angle of 130.5º 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 #709877 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 119 -
CMYK 0.26 0 0.22 0.40
HSL 130.5º 0.16% 0.52% -
HSV(B) 130.5º 0.26% 0.6% -
XYZ 21.24 27.23 21.59 -
YUV 136.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 112 152 119 0.26 0 0.22 0.40 130.5 0.16 0.52
Hex 70 98 77 1A 0 16 28 82 10 34
Octal 160 230 167 32 0 26 50 202 20 64
Binary 1110000 10011000 1110111 11010 0 10110 101000 10000010 10000 110100

Color Harmonies of #709877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709877

Black with #709877

Text Example


Text Example

White with #709877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709877; }

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

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

background-color css

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

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

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

border-color css

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

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

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