#707B06

Color #707B06 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #707B06

Tints of Olive #707B06

Color information

#707B06 (or 0x707B06) is unknown color: approx Olive. HEX triplet: 70, 7B and 06. RGB value is (112,123,6). Sum of RGB (Red+Green+Blue) = 112+123+6=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #707B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707B06 is #8F84F9. Grayscale: #6A6A6A. Windows color (decimal): -9405690 or 424816. OLE color: 424816.

HSL color Cylindrical-coordinate representation of color #707B06: hue angle of 65.64º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #707B06 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB1121236-
CMYK0.0900.950.52
HSL65.64º90.7%25.29%-
HSV(B)65.64º95.12%48.24%-
XYZ13.817.622.85-
YUV106.3771.36132.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 123 (48.44% from 255) = 51.04%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=46.47%
G=51.04%
B=2.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11212360.0900.950.5265.6490.725.29
Hex707B6905F34425b19
Octal16017361101376410213331
Binary111000011110111101001010111111101001000010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707B06; }

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

 H1.HeaderClassName
 {
   color: #707B06;
 }
 .AnyTagClassName
 {
   color: #707B06;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #707B06;
 }
 .BgClassName
 {
   background-color: #707B06;
 }
</style>
border-color css

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

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

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