Html Css Color HEX #69992C Limeade

📋 copy color: '#69992C'

red 105 ◦ green 153 ◦ blue 44

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

Shades of Limeade #69992C

Tints of Limeade #69992C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 34.77%
G = 50.66%
B = 14.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#69992C (or 0x69992C) is known color: Limeade. HEX triplet: 69, 99 and 2C. RGB value is (105,153,44). Sum of RGB (Red+Green+Blue) = 105+153+44=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #69992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69992C is #9666D3. Grayscale: #7E7E7E. Windows color (decimal): -9856724 or 2922857. OLE color: 2922857.

HSL color Cylindrical-coordinate representation of color #69992C: hue angle of 86.42º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69992C is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 44 -
CMYK 0.31 0 0.71 0.4
HSL 86.42º 0.55% 0.39% -
HSV(B) 86.42º 0.71% 0.6% -
XYZ 17.67 25.97 6.46 -
YUV 126.22 81.6 112.86 -
System Red Green Blue C M Y K H S L
Decimal 105 153 44 0.31 0 0.71 0.4 86.42 0.55 0.39
Hex 69 99 2C 1F 0 47 28 56 37 27
Octal 151 231 54 37 0 107 50 126 67 47
Binary 1101001 10011001 101100 11111 0 1000111 101000 1010110 110111 100111

Color Harmonies of #69992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69992C

Black with #69992C

Text Example


Text Example

White with #69992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69992C; }

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

 H1.HeaderClassName
 {
   color: #69992C;
 }
 .AnyTagClassName
 {
   color: #69992C;
 }
</style>

background-color css

<style>
 a { background-color: #69992C; }

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

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

border-color css

<style>
 span { border-color: #69992C; }

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

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