Html Css Color HEX #718507 Olive

📋 copy color: '#718507'

red 113 ◦ green 133 ◦ blue 7

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

Shades of Olive #718507

Tints of Olive #718507

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.57%

 BLUE value IS 7 (3.13% from 255) = 2.77%

R = 44.66%
G = 52.57%
B = 2.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#718507 (or 0x718507) is known color: Olive. HEX triplet: 71, 85 and 07. RGB value is (113,133,7). Sum of RGB (Red+Green+Blue) = 113+133+7=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #718507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718507 is #8E7AF8. Grayscale: #717171. Windows color (decimal): -9337593 or 492913. OLE color: 492913.

HSL color Cylindrical-coordinate representation of color #718507: hue angle of 69.52º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #718507 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 7 -
CMYK 0.15 0 0.95 0.48
HSL 69.52º 0.9% 0.27% -
HSV(B) 69.52º 0.95% 0.52% -
XYZ 15.24 20.3 3.32 -
YUV 112.66 68.37 128.25 -
System Red Green Blue C M Y K H S L
Decimal 113 133 7 0.15 0 0.95 0.48 69.52 0.9 0.27
Hex 71 85 7 F 0 5F 30 46 5A 1B
Octal 161 205 7 17 0 137 60 106 132 33
Binary 1110001 10000101 111 1111 0 1011111 110000 1000110 1011010 11011

Color Harmonies of #718507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718507

Black with #718507

Text Example


Text Example

White with #718507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718507; }

 p { color: rgb(113,133,7); }

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

background-color css

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

 a { background-color: rgb(113,133,7); }

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

border-color css

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

 span { border-color: rgb(113,133,7); }

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