#68930c

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

Shades of Olive Drab #68930C

Tints of Olive Drab #68930C

Color information

#68930C (or 0x68930C) is unknown color: approx Olive Drab. HEX triplet: 68, 93 and 0C. RGB value is (104,147,12). Sum of RGB (Red+Green+Blue) = 104+147+12=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #68930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68930C is #976CF3. Grayscale: #777777. Windows color (decimal): -9923828 or 824168. OLE color: 824168.

HSL color Cylindrical-coordinate representation of color #68930C: hue angle of 79.11º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68930C is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB10414712-
CMYK0.2900.920.42
HSL79.11º84.91%31.18%-
HSV(B)79.11º91.84%57.65%-
XYZ16.2123.844.09-
YUV118.7567.75117.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 147 (57.81% from 255) = 55.89%
BLUE value IS 12 (5.08% from 255) = 4.56%
R=39.54%
G=55.89%
B=4.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104147120.2900.920.4279.1184.9131.18
Hex6893C1D05C2A4f551f
Octal150223143501345211712537
Binary110100010010011110011101010111001010101001111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68930c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68930c; }

 p { color: rgb(104,147,12); }

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

<style>
 a { background-color: #68930c; }

 a { background-color: rgb(104,147,12); }

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

<style>
 span { border-color: #68930c; }

 span { border-color: rgb(104,147,12); }

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