Html Css Color HEX #708307 Olive

📋 copy color: '#708307'

red 112 ◦ green 131 ◦ blue 7

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

Shades of Olive #708307

Tints of Olive #708307

RGB

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

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

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

R = 44.8%
G = 52.4%
B = 2.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#708307 (or 0x708307) is known color: Olive. HEX triplet: 70, 83 and 07. RGB value is (112,131,7). Sum of RGB (Red+Green+Blue) = 112+131+7=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #708307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708307 is #8F7CF8. Grayscale: #6F6F6F. Windows color (decimal): -9403641 or 492400. OLE color: 492400.

HSL color Cylindrical-coordinate representation of color #708307: hue angle of 69.19º degrees, saturation: 0.9, 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 #708307 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 7 -
CMYK 0.15 0 0.95 0.49
HSL 69.19º 0.9% 0.27% -
HSV(B) 69.19º 0.95% 0.51% -
XYZ 14.84 19.69 3.22 -
YUV 111.18 69.21 128.58 -
System Red Green Blue C M Y K H S L
Decimal 112 131 7 0.15 0 0.95 0.49 69.19 0.9 0.27
Hex 70 83 7 F 0 5F 31 45 5A 1B
Octal 160 203 7 17 0 137 61 105 132 33
Binary 1110000 10000011 111 1111 0 1011111 110001 1000101 1011010 11011

Color Harmonies of #708307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708307

Black with #708307

Text Example


Text Example

White with #708307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708307; }

 p { color: rgb(112,131,7); }

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

background-color css

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

 a { background-color: rgb(112,131,7); }

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

border-color css

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

 span { border-color: rgb(112,131,7); }

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