#7B9300

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

Shades of Olive #7B9300

Tints of Olive #7B9300

Color information

#7B9300 (or 0x7B9300) is unknown color: approx Olive. HEX triplet: 7B, 93 and 00. RGB value is (123,147,0). Sum of RGB (Red+Green+Blue) = 123+147+0=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9300 is #846CFF. Grayscale: #7B7B7B. Windows color (decimal): -8678656 or 37755. OLE color: 37755.

HSL color Cylindrical-coordinate representation of color #7B9300: hue angle of 69.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B9300 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1231470-
CMYK0.16010.42
HSL69.8º100%28.82%-
HSV(B)69.8º100%57.65%-
XYZ18.625.083.86-
YUV123.0758.55127.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 147 (57.81% from 255) = 54.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.56%
G=54.44%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12314700.16010.4269.810028.82
Hex7B930100642A46641d
Octal17322302001445210614435
Binary111101110010011010000011001001010101000110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B9300; }

 p { color: rgb(123,147,0); }

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

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

 a { background-color: rgb(123,147,0); }

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

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

 span { border-color: rgb(123,147,0); }

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