Html Css Color HEX #69993D Limeade

📋 copy color: '#69993D'

red 105 ◦ green 153 ◦ blue 61

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

Shades of Limeade #69993D

Tints of Limeade #69993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 32.92%
G = 47.96%
B = 19.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#69993D (or 0x69993D) is known color: Limeade. HEX triplet: 69, 99 and 3D. RGB value is (105,153,61). Sum of RGB (Red+Green+Blue) = 105+153+61=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #69993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69993D is #9666C2. Grayscale: #808080. Windows color (decimal): -9856707 or 4036969. OLE color: 4036969.

HSL color Cylindrical-coordinate representation of color #69993D: hue angle of 91.3º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69993D is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 61 -
CMYK 0.31 0 0.60 0.4
HSL 91.3º 0.43% 0.42% -
HSV(B) 91.3º 0.6% 0.6% -
XYZ 18.06 26.12 8.51 -
YUV 128.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 105 153 61 0.31 0 0.60 0.4 91.3 0.43 0.42
Hex 69 99 3D 1F 0 3C 28 5B 2B 2A
Octal 151 231 75 37 0 74 50 133 53 52
Binary 1101001 10011001 111101 11111 0 111100 101000 1011011 101011 101010

Color Harmonies of #69993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69993D

Black with #69993D

Text Example


Text Example

White with #69993D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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