#6F8330

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

Shades of Olive Drab #6F8330

Tints of Olive Drab #6F8330

Color information

#6F8330 (or 0x6F8330) is unknown color: approx Olive Drab. HEX triplet: 6F, 83 and 30. RGB value is (111,131,48). Sum of RGB (Red+Green+Blue) = 111+131+48=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8330 is #907CCF. Grayscale: #737373. Windows color (decimal): -9469136 or 3179375. OLE color: 3179375.

HSL color Cylindrical-coordinate representation of color #6F8330: hue angle of 74.46º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F8330 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB11113148-
CMYK0.1500.630.49
HSL74.46º46.37%35.1%-
HSV(B)74.46º63.36%51.37%-
XYZ15.2119.835.82-
YUV115.5689.87124.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 48 (19.14% from 255) = 16.55%
R=38.28%
G=45.17%
B=16.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111131480.1500.630.4974.4646.3735.1
Hex6F8330F03F314a2e23
Octal1572036017077611125643
Binary110111110000011110000111101111111100011001010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,131,48); }

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

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

 a { background-color: rgb(111,131,48); }

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

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

 span { border-color: rgb(111,131,48); }

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