#6B961A

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

Shades of Olive Drab #6B961A

Tints of Olive Drab #6B961A

Color information

#6B961A (or 0x6B961A) is unknown color: approx Olive Drab. HEX triplet: 6B, 96 and 1A. RGB value is (107,150,26). Sum of RGB (Red+Green+Blue) = 107+150+26=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #6B961A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B961A is #9469E5. Grayscale: #7B7B7B. Windows color (decimal): -9726438 or 1742443. OLE color: 1742443.

HSL color Cylindrical-coordinate representation of color #6B961A: hue angle of 80.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B961A is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB10715026-
CMYK0.2900.830.41
HSL80.81º70.45%34.51%-
HSV(B)80.81º82.67%58.82%-
XYZ17.1625.014.9-
YUV123.0173.25116.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.81%
GREEN value IS 150 (58.98% from 255) = 53.00%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=37.81%
G=53.00%
B=9.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107150260.2900.830.4180.8170.4534.51
Hex6B961A1D05329514623
Octal153226323501235112110643
Binary11010111001011011010111010101001110100110100011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,150,26); }

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

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

 a { background-color: rgb(107,150,26); }

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

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

 span { border-color: rgb(107,150,26); }

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