Html Css Color HEX #699C2B Limeade

📋 copy color: '#699C2B'

red 105 ◦ green 156 ◦ blue 43

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

Shades of Limeade #699C2B

Tints of Limeade #699C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 34.54%
G = 51.32%
B = 14.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#699C2B (or 0x699C2B) is known color: Limeade. HEX triplet: 69, 9C and 2B. RGB value is (105,156,43). Sum of RGB (Red+Green+Blue) = 105+156+43=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #699C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C2B is #9663D4. Grayscale: #808080. Windows color (decimal): -9855957 or 2858089. OLE color: 2858089.

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

Color convert

RGB 105 156 43 -
CMYK 0.33 0 0.72 0.39
HSL 87.08º 0.57% 0.39% -
HSV(B) 87.08º 0.72% 0.61% -
XYZ 18.15 26.95 6.53 -
YUV 127.87 80.1 111.69 -
System Red Green Blue C M Y K H S L
Decimal 105 156 43 0.33 0 0.72 0.39 87.08 0.57 0.39
Hex 69 9C 2B 21 0 48 27 57 39 27
Octal 151 234 53 41 0 110 47 127 71 47
Binary 1101001 10011100 101011 100001 0 1001000 100111 1010111 111001 100111

Color Harmonies of #699C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C2B

Black with #699C2B

Text Example


Text Example

White with #699C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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