#6B993C

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

Shades of Limeade #6B993C

Tints of Limeade #6B993C

Color information

#6B993C (or 0x6B993C) is unknown color: approx Limeade. HEX triplet: 6B, 99 and 3C. RGB value is (107,153,60). Sum of RGB (Red+Green+Blue) = 107+153+60=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #6B993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B993C is #9466C3. Grayscale: #808080. Windows color (decimal): -9725636 or 3971435. OLE color: 3971435.

HSL color Cylindrical-coordinate representation of color #6B993C: hue angle of 89.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B993C is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB10715360-
CMYK0.3000.610.4
HSL89.68º43.66%41.76%-
HSV(B)89.68º60.78%60%-
XYZ18.2726.238.38-
YUV128.6489.26112.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=33.44%
G=47.81%
B=18.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107153600.3000.610.489.6843.6641.76
Hex6B993C1E03D285a2c2a
Octal1532317436075501325452
Binary1101011100110011111001111001111011010001011010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,153,60); }

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

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

 a { background-color: rgb(107,153,60); }

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

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

 span { border-color: rgb(107,153,60); }

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