#6B8E03

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

Shades of Olive Drab #6B8E03

Tints of Olive Drab #6B8E03

Color information

#6B8E03 (or 0x6B8E03) is unknown color: approx Olive Drab. HEX triplet: 6B, 8E and 03. RGB value is (107,142,3). Sum of RGB (Red+Green+Blue) = 107+142+3=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8E03 is #9471FC. Grayscale: #747474. Windows color (decimal): -9728509 or 233067. OLE color: 233067.

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

Color convert

RGB1071423-
CMYK0.2500.980.44
HSL75.11º95.86%28.43%-
HSV(B)75.11º97.89%55.69%-
XYZ15.7522.483.59-
YUV115.6964.4121.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.46%
GREEN value IS 142 (55.86% from 255) = 56.35%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=42.46%
G=56.35%
B=1.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10714230.2500.980.4475.1195.8628.43
Hex6B8E3190622C4b601c
Octal15321633101425411314034
Binary1101011100011101111001011000101011001001011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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