#757B02

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

Shades of Olive #757B02

Tints of Olive #757B02

Color information

#757B02 (or 0x757B02) is unknown color: approx Olive. HEX triplet: 75, 7B and 02. RGB value is (117,123,2). Sum of RGB (Red+Green+Blue) = 117+123+2=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #757B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757B02 is #8A84FD. Grayscale: #6B6B6B. Windows color (decimal): -9078014 or 162677. OLE color: 162677.

HSL color Cylindrical-coordinate representation of color #757B02: hue angle of 62.98º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #757B02 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB1171232-
CMYK0.0500.980.52
HSL62.98º96.8%24.51%-
HSV(B)62.98º98.37%48.24%-
XYZ14.4317.952.76-
YUV107.4168.51134.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 123 (48.44% from 255) = 50.83%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=48.35%
G=50.83%
B=0.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11712320.0500.980.5262.9896.824.51
Hex757B25062343f6119
Octal165173250142647714131
Binary111010111110111010101100010110100111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757B02; }

 p { color: rgb(117,123,2); }

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

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

 a { background-color: rgb(117,123,2); }

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

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

 span { border-color: rgb(117,123,2); }

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