Html Css Color HEX #718306 Olive

📋 copy color: '#718306'

red 113 ◦ green 131 ◦ blue 6

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

Shades of Olive #718306

Tints of Olive #718306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 45.2%
G = 52.4%
B = 2.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#718306 (or 0x718306) is known color: Olive. HEX triplet: 71, 83 and 06. RGB value is (113,131,6). Sum of RGB (Red+Green+Blue) = 113+131+6=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #718306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718306 is #8E7CF9. Grayscale: #6F6F6F. Windows color (decimal): -9338106 or 426865. OLE color: 426865.

HSL color Cylindrical-coordinate representation of color #718306: hue angle of 68.64º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #718306 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 6 -
CMYK 0.14 0 0.95 0.49
HSL 68.64º 0.91% 0.27% -
HSV(B) 68.64º 0.95% 0.51% -
XYZ 14.96 19.76 3.2 -
YUV 111.37 68.54 129.16 -
System Red Green Blue C M Y K H S L
Decimal 113 131 6 0.14 0 0.95 0.49 68.64 0.91 0.27
Hex 71 83 6 E 0 5F 31 45 5B 1B
Octal 161 203 6 16 0 137 61 105 133 33
Binary 1110001 10000011 110 1110 0 1011111 110001 1000101 1011011 11011

Color Harmonies of #718306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718306

Black with #718306

Text Example


Text Example

White with #718306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718306; }

 p { color: rgb(113,131,6); }

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

background-color css

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

 a { background-color: rgb(113,131,6); }

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

border-color css

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

 span { border-color: rgb(113,131,6); }

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