#6B8A03

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

Shades of Olive #6B8A03

Tints of Olive #6B8A03

Color information

#6B8A03 (or 0x6B8A03) is unknown color: approx Olive. HEX triplet: 6B, 8A and 03. RGB value is (107,138,3). Sum of RGB (Red+Green+Blue) = 107+138+3=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8A03 is #9475FC. Grayscale: #717171. Windows color (decimal): -9729533 or 232043. OLE color: 232043.

HSL color Cylindrical-coordinate representation of color #6B8A03: hue angle of 73.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B8A03 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB1071383-
CMYK0.2200.980.46
HSL73.78º95.74%27.65%-
HSV(B)73.78º97.83%54.12%-
XYZ15.1721.313.4-
YUV113.3465.73123.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.15%
GREEN value IS 138 (54.30% from 255) = 55.65%
BLUE value IS 3 (1.56% from 255) = 1.21%
R=43.15%
G=55.65%
B=1.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10713830.2200.980.4673.7895.7427.65
Hex6B8A3160622E4a601c
Octal15321232601425611214034
Binary1101011100010101110110011000101011101001010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B8A03; }

 p { color: rgb(107,138,3); }

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

<style>
 a { background-color: #6B8A03; }

 a { background-color: rgb(107,138,3); }

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

<style>
 span { border-color: #6B8A03; }

 span { border-color: rgb(107,138,3); }

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