#767B02

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

Shades of Olive #767B02

Tints of Olive #767B02

Color information

#767B02 (or 0x767B02) is unknown color: approx Olive. HEX triplet: 76, 7B and 02. RGB value is (118,123,2). Sum of RGB (Red+Green+Blue) = 118+123+2=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #767B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767B02 is #8984FD. Grayscale: #6C6C6C. Windows color (decimal): -9012478 or 162678. OLE color: 162678.

HSL color Cylindrical-coordinate representation of color #767B02: hue angle of 62.48º 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 #767B02 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB1181232-
CMYK0.0400.980.52
HSL62.48º96.8%24.51%-
HSV(B)62.48º98.37%48.24%-
XYZ14.5718.022.77-
YUV107.7168.34135.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 123 (48.44% from 255) = 50.62%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=48.56%
G=50.62%
B=0.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11812320.0400.980.5262.4896.824.51
Hex767B24062343e6119
Octal166173240142647614131
Binary111011011110111010001100010110100111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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