#7B8700

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

Shades of Olive #7B8700

Tints of Olive #7B8700

Color information

#7B8700 (or 0x7B8700) is unknown color: approx Olive. HEX triplet: 7B, 87 and 00. RGB value is (123,135,0). Sum of RGB (Red+Green+Blue) = 123+135+0=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8700 is #8478FF. Grayscale: #747474. Windows color (decimal): -8681728 or 34683. OLE color: 34683.

HSL color Cylindrical-coordinate representation of color #7B8700: hue angle of 65.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B8700 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB1231350-
CMYK0.09010.47
HSL65.33º100%26.47%-
HSV(B)65.33º100%52.94%-
XYZ16.8321.543.27-
YUV116.0262.52132.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.67%
GREEN value IS 135 (53.12% from 255) = 52.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.67%
G=52.33%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12313500.09010.4765.3310026.47
Hex7B87090642F41641a
Octal17320701101445710114432
Binary11110111000011101001011001001011111000001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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