#6B9225

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

Shades of Olive Drab #6B9225

Tints of Olive Drab #6B9225

Color information

#6B9225 (or 0x6B9225) is unknown color: approx Olive Drab. HEX triplet: 6B, 92 and 25. RGB value is (107,146,37). Sum of RGB (Red+Green+Blue) = 107+146+37=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9225 is #946DDA. Grayscale: #7A7A7A. Windows color (decimal): -9727451 or 2462315. OLE color: 2462315.

HSL color Cylindrical-coordinate representation of color #6B9225: hue angle of 81.47º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B9225 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB10714637-
CMYK0.2700.750.43
HSL81.47º59.56%35.88%-
HSV(B)81.47º74.66%57.25%-
XYZ16.6823.825.47-
YUV121.9180.08117.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.90%
GREEN value IS 146 (57.42% from 255) = 50.34%
BLUE value IS 37 (14.84% from 255) = 12.76%
R=36.90%
G=50.34%
B=12.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107146370.2700.750.4381.4759.5635.88
Hex6B92251B04B2B513c24
Octal15322245330113531217444
Binary11010111001001010010111011010010111010111010001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,146,37); }

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

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

 a { background-color: rgb(107,146,37); }

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

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

 span { border-color: rgb(107,146,37); }

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