#6B961C

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

Shades of Olive Drab #6B961C

Tints of Olive Drab #6B961C

Color information

#6B961C (or 0x6B961C) is unknown color: approx Olive Drab. HEX triplet: 6B, 96 and 1C. RGB value is (107,150,28). Sum of RGB (Red+Green+Blue) = 107+150+28=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #6B961C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B961C is #9469E3. Grayscale: #7B7B7B. Windows color (decimal): -9726436 or 1873515. OLE color: 1873515.

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

Color convert

RGB10715028-
CMYK0.2900.810.41
HSL81.15º68.54%34.9%-
HSV(B)81.15º81.33%58.82%-
XYZ17.1825.025.02-
YUV123.2374.25116.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=37.54%
G=52.63%
B=9.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107150280.2900.810.4181.1568.5434.9
Hex6B961C1D05129514523
Octal153226343501215112110543
Binary11010111001011011100111010101000110100110100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B961C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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