#6B6300

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

Shades of Olive #6B6300

Tints of Olive #6B6300

Color information

#6B6300 (or 0x6B6300) is unknown color: approx Olive. HEX triplet: 6B, 63 and 00. RGB value is (107,99,0). Sum of RGB (Red+Green+Blue) = 107+99+0=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6300 is #949CFF. Grayscale: #5A5A5A. Windows color (decimal): -9739520 or 25451. OLE color: 25451.

HSL color Cylindrical-coordinate representation of color #6B6300: hue angle of 55.51º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B6300 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB107990-
CMYK00.0710.58
HSL55.51º100%20.98%-
HSV(B)55.51º100%41.96%-
XYZ10.5312.051.77-
YUV90.1177.15140.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.94%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.94%
G=48.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10799000.0710.5855.5110020.98
Hex6B63007643A386415
Octal153143007144727014425
Binary11010111100011001111100100111010111000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,99,0); }

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

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

 a { background-color: rgb(107,99,0); }

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

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

 span { border-color: rgb(107,99,0); }

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