#6C7308

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

Shades of Olive #6C7308

Tints of Olive #6C7308

Color information

#6C7308 (or 0x6C7308) is unknown color: approx Olive. HEX triplet: 6C, 73 and 08. RGB value is (108,115,8). Sum of RGB (Red+Green+Blue) = 108+115+8=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7308 is #938CF7. Grayscale: #656565. Windows color (decimal): -9669880 or 553836. OLE color: 553836.

HSL color Cylindrical-coordinate representation of color #6C7308: hue angle of 63.93º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C7308 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB1081158-
CMYK0.0600.930.55
HSL63.93º86.99%24.12%-
HSV(B)63.93º93.04%45.1%-
XYZ12.3615.472.56-
YUV100.7175.68133.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.75%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 8 (3.52% from 255) = 3.46%
R=46.75%
G=49.78%
B=3.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10811580.0600.930.5563.9386.9924.12
Hex6C738605D37405718
Octal15416310601356710012730
Binary110110011100111000110010111011101111000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,115,8); }

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

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

 a { background-color: rgb(108,115,8); }

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

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

 span { border-color: rgb(108,115,8); }

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