#6B8B03

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

Shades of Olive #6B8B03

Tints of Olive #6B8B03

Color information

#6B8B03 (or 0x6B8B03) is unknown color: approx Olive. HEX triplet: 6B, 8B and 03. RGB value is (107,139,3). Sum of RGB (Red+Green+Blue) = 107+139+3=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8B03 is #9474FC. Grayscale: #727272. Windows color (decimal): -9729277 or 232299. OLE color: 232299.

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

Color convert

RGB1071393-
CMYK0.2300.980.45
HSL74.12º95.77%27.84%-
HSV(B)74.12º97.84%54.51%-
XYZ15.3121.63.45-
YUV113.9365.4123.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.97%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=42.97%
G=55.82%
B=1.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10713930.2300.980.4574.1295.7727.84
Hex6B8B3170622D4a601c
Octal15321332701425511214034
Binary1101011100010111110111011000101011011001010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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