#6C9034

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

Shades of Olive Drab #6C9034

Tints of Olive Drab #6C9034

Color information

#6C9034 (or 0x6C9034) is unknown color: approx Olive Drab. HEX triplet: 6C, 90 and 34. RGB value is (108,144,52). Sum of RGB (Red+Green+Blue) = 108+144+52=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #6C9034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9034 is #936FCB. Grayscale: #7B7B7B. Windows color (decimal): -9662412 or 3444844. OLE color: 3444844.

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

Color convert

RGB10814452-
CMYK0.2500.640.44
HSL83.48º46.94%38.43%-
HSV(B)83.48º63.89%56.47%-
XYZ16.7823.386.88-
YUV122.7588.07117.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 144 (56.64% from 255) = 47.37%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=35.53%
G=47.37%
B=17.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108144520.2500.640.4483.4846.9438.43
Hex6C9034190402C532f26
Octal15422064310100541235746
Binary11011001001000011010011001010000001011001010011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,144,52); }

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

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

 a { background-color: rgb(108,144,52); }

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

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

 span { border-color: rgb(108,144,52); }

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