Html Css Color HEX #69993B Limeade

📋 copy color: '#69993B'

red 105 ◦ green 153 ◦ blue 59

#69993B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #69993B

Tints of Limeade #69993B

RGB

 RED value IS 105 (41.41% from 255) = 33.12%

 GREEN value IS 153 (60.16% from 255) = 48.26%

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 33.12%
G = 48.26%
B = 18.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#69993B (or 0x69993B) is known color: Limeade. HEX triplet: 69, 99 and 3B. RGB value is (105,153,59). Sum of RGB (Red+Green+Blue) = 105+153+59=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #69993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69993B is #9666C4. Grayscale: #808080. Windows color (decimal): -9856709 or 3905897. OLE color: 3905897.

HSL color Cylindrical-coordinate representation of color #69993B: hue angle of 90.64º 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 #69993B is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 59 -
CMYK 0.31 0 0.61 0.4
HSL 90.64º 0.44% 0.42% -
HSV(B) 90.64º 0.61% 0.6% -
XYZ 18.01 26.1 8.23 -
YUV 127.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 105 153 59 0.31 0 0.61 0.4 90.64 0.44 0.42
Hex 69 99 3B 1F 0 3D 28 5B 2C 2A
Octal 151 231 73 37 0 75 50 133 54 52
Binary 1101001 10011001 111011 11111 0 111101 101000 1011011 101100 101010

Color Harmonies of #69993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69993B

Black with #69993B

Text Example


Text Example

White with #69993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69993B; }

 p { color: rgb(105,153,59); }

 H1.HeaderClassName
 {
   color: #69993B;
 }
 .AnyTagClassName
 {
   color: #69993B;
 }
</style>

background-color css

<style>
 a { background-color: #69993B; }

 a { background-color: rgb(105,153,59); }

 div.DivClassName
 {
   background-color: #69993B;
 }
 .BgClassName
 {
   background-color: #69993B;
 }
</style>

border-color css

<style>
 span { border-color: #69993B; }

 span { border-color: rgb(105,153,59); }

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