#677B02

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

Shades of Olive #677B02

Tints of Olive #677B02

Color information

#677B02 (or 0x677B02) is unknown color: approx Olive. HEX triplet: 67, 7B and 02. RGB value is (103,123,2). Sum of RGB (Red+Green+Blue) = 103+123+2=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #677B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677B02 is #9884FD. Grayscale: #676767. Windows color (decimal): -9995518 or 162663. OLE color: 162663.

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

Color convert

RGB1031232-
CMYK0.1600.980.52
HSL69.92º96.8%24.51%-
HSV(B)69.92º98.37%48.24%-
XYZ12.6917.052.68-
YUV103.2370.87127.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.18%
GREEN value IS 123 (48.44% from 255) = 53.95%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=45.18%
G=53.95%
B=0.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10312320.1600.980.5269.9296.824.51
Hex677B21006234466119
Octal14717322001426410614131
Binary110011111110111010000011000101101001000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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