Html Css Color HEX #699C20 Limeade

📋 copy color: '#699C20'

red 105 ◦ green 156 ◦ blue 32

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

Shades of Limeade #699C20

Tints of Limeade #699C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 53.24%

 BLUE value IS 32 (12.89% from 255) = 10.92%

R = 35.84%
G = 53.24%
B = 10.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#699C20 (or 0x699C20) is known color: Limeade. HEX triplet: 69, 9C and 20. RGB value is (105,156,32). Sum of RGB (Red+Green+Blue) = 105+156+32=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #699C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C20 is #9663DF. Grayscale: #7F7F7F. Windows color (decimal): -9855968 or 2137193. OLE color: 2137193.

HSL color Cylindrical-coordinate representation of color #699C20: hue angle of 84.68º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #699C20 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 156 32 -
CMYK 0.33 0 0.79 0.39
HSL 84.68º 0.66% 0.37% -
HSV(B) 84.68º 0.79% 0.61% -
XYZ 17.97 26.88 5.61 -
YUV 126.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 105 156 32 0.33 0 0.79 0.39 84.68 0.66 0.37
Hex 69 9C 20 21 0 4F 27 55 42 25
Octal 151 234 40 41 0 117 47 125 102 45
Binary 1101001 10011100 100000 100001 0 1001111 100111 1010101 1000010 100101

Color Harmonies of #699C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C20

Black with #699C20

Text Example


Text Example

White with #699C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699C20; }

 p { color: rgb(105,156,32); }

 H1.HeaderClassName
 {
   color: #699C20;
 }
 .AnyTagClassName
 {
   color: #699C20;
 }
</style>

background-color css

<style>
 a { background-color: #699C20; }

 a { background-color: rgb(105,156,32); }

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

border-color css

<style>
 span { border-color: #699C20; }

 span { border-color: rgb(105,156,32); }

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