#767D03

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

Shades of Olive #767D03

Tints of Olive #767D03

Color information

#767D03 (or 0x767D03) is unknown color: approx Olive. HEX triplet: 76, 7D and 03. RGB value is (118,125,3). Sum of RGB (Red+Green+Blue) = 118+125+3=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #767D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767D03 is #8982FC. Grayscale: #6D6D6D. Windows color (decimal): -9011965 or 228726. OLE color: 228726.

HSL color Cylindrical-coordinate representation of color #767D03: hue angle of 63.44º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #767D03 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB1181253-
CMYK0.0600.980.51
HSL63.44º95.31%25.1%-
HSV(B)63.44º97.6%49.02%-
XYZ14.8218.532.88-
YUV10968.18134.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 125 (49.22% from 255) = 50.81%
BLUE value IS 3 (1.56% from 255) = 1.22%
R=47.97%
G=50.81%
B=1.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11812530.0600.980.5163.4495.3125.1
Hex767D36062333f5f19
Octal166175360142637713731
Binary111011011111011111001100010110011111111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767D03; }

 p { color: rgb(118,125,3); }

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

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

 a { background-color: rgb(118,125,3); }

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

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

 span { border-color: rgb(118,125,3); }

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