Html Css Color HEX #719679 Oxley

📋 copy color: '#719679'

red 113 ◦ green 150 ◦ blue 121

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

Shades of Oxley #719679

Tints of Oxley #719679

RGB

 RED value IS 113 (44.53% from 255) = 29.43%

 GREEN value IS 150 (58.98% from 255) = 39.06%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 29.43%
G = 39.06%
B = 31.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#719679 (or 0x719679) is known color: Oxley. HEX triplet: 71, 96 and 79. RGB value is (113,150,121). Sum of RGB (Red+Green+Blue) = 113+150+121=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #719679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719679 is #8E6986. Grayscale: #878787. Windows color (decimal): -9333127 or 7968369. OLE color: 7968369.

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

Color convert

RGB 113 150 121 -
CMYK 0.25 0 0.19 0.41
HSL 132.97º 0.15% 0.52% -
HSV(B) 132.97º 0.25% 0.59% -
XYZ 21.17 26.7 22.13 -
YUV 135.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 113 150 121 0.25 0 0.19 0.41 132.97 0.15 0.52
Hex 71 96 79 19 0 13 29 85 F 34
Octal 161 226 171 31 0 23 51 205 17 64
Binary 1110001 10010110 1111001 11001 0 10011 101001 10000101 1111 110100

Color Harmonies of #719679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719679

Black with #719679

Text Example


Text Example

White with #719679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719679; }

 p { color: rgb(113,150,121); }

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

background-color css

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

 a { background-color: rgb(113,150,121); }

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

border-color css

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

 span { border-color: rgb(113,150,121); }

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