#6B952D

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

Shades of Olive Drab #6B952D

Tints of Olive Drab #6B952D

Color information

#6B952D (or 0x6B952D) is unknown color: approx Olive Drab. HEX triplet: 6B, 95 and 2D. RGB value is (107,149,45). Sum of RGB (Red+Green+Blue) = 107+149+45=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #6B952D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B952D is #946AD2. Grayscale: #7C7C7C. Windows color (decimal): -9726675 or 2987371. OLE color: 2987371.

HSL color Cylindrical-coordinate representation of color #6B952D: hue angle of 84.23º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B952D is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB10714945-
CMYK0.2800.700.42
HSL84.23º53.61%38.04%-
HSV(B)84.23º69.8%58.43%-
XYZ17.2824.816.36-
YUV124.5983.09115.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=35.55%
G=49.50%
B=14.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107149450.2800.700.4284.2353.6138.04
Hex6B952D1C0462A543626
Octal15322555340106521246646
Binary11010111001010110110111100010001101010101010100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,149,45); }

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

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

 a { background-color: rgb(107,149,45); }

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

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

 span { border-color: rgb(107,149,45); }

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