Html Css Color HEX #708306 Olive

📋 copy color: '#708306'

red 112 ◦ green 131 ◦ blue 6

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

Shades of Olive #708306

Tints of Olive #708306

RGB

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

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

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

R = 44.98%
G = 52.61%
B = 2.41%

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

#708306 (or 0x708306) is known color: Olive. HEX triplet: 70, 83 and 06. RGB value is (112,131,6). Sum of RGB (Red+Green+Blue) = 112+131+6=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #708306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708306 is #8F7CF9. Grayscale: #6F6F6F. Windows color (decimal): -9403642 or 426864. OLE color: 426864.

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

Color convert

RGB 112 131 6 -
CMYK 0.15 0 0.95 0.49
HSL 69.12º 0.91% 0.27% -
HSV(B) 69.12º 0.95% 0.51% -
XYZ 14.83 19.69 3.19 -
YUV 111.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 112 131 6 0.15 0 0.95 0.49 69.12 0.91 0.27
Hex 70 83 6 F 0 5F 31 45 5B 1B
Octal 160 203 6 17 0 137 61 105 133 33
Binary 1110000 10000011 110 1111 0 1011111 110001 1000101 1011011 11011

Color Harmonies of #708306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708306

Black with #708306

Text Example


Text Example

White with #708306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708306; }

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

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

background-color css

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

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

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

border-color css

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

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

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