#6A7308

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

Shades of Olive #6A7308

Tints of Olive #6A7308

Color information

#6A7308 (or 0x6A7308) is unknown color: approx Olive. HEX triplet: 6A, 73 and 08. RGB value is (106,115,8). Sum of RGB (Red+Green+Blue) = 106+115+8=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7308 is #958CF7. Grayscale: #646464. Windows color (decimal): -9800952 or 553834. OLE color: 553834.

HSL color Cylindrical-coordinate representation of color #6A7308: hue angle of 65.05º 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 #6A7308 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB1061158-
CMYK0.0800.930.55
HSL65.05º86.99%24.12%-
HSV(B)65.05º93.04%45.1%-
XYZ12.1215.342.55-
YUV100.1176.02132.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.29%
GREEN value IS 115 (45.31% from 255) = 50.22%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=46.29%
G=50.22%
B=3.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10611580.0800.930.5565.0586.9924.12
Hex6A738805D37415718
Octal152163101001356710112730
Binary1101010111001110001000010111011101111000001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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