Html Css Color HEX #699F32 Limeade

📋 copy color: '#699F32'

red 105 ◦ green 159 ◦ blue 50

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

Shades of Limeade #699F32

Tints of Limeade #699F32

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.64%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 33.44%
G = 50.64%
B = 15.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#699F32 (or 0x699F32) is known color: Limeade. HEX triplet: 69, 9F and 32. RGB value is (105,159,50). Sum of RGB (Red+Green+Blue) = 105+159+50=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #699F32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699F32 is #9660CD. Grayscale: #828282. Windows color (decimal): -9855182 or 3317609. OLE color: 3317609.

HSL color Cylindrical-coordinate representation of color #699F32: hue angle of 89.72º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #699F32 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 159 50 -
CMYK 0.34 0 0.69 0.38
HSL 89.72º 0.52% 0.41% -
HSV(B) 89.72º 0.69% 0.62% -
XYZ 18.8 28.03 7.44 -
YUV 130.43 82.61 109.86 -
System Red Green Blue C M Y K H S L
Decimal 105 159 50 0.34 0 0.69 0.38 89.72 0.52 0.41
Hex 69 9F 32 22 0 45 26 5A 34 29
Octal 151 237 62 42 0 105 46 132 64 51
Binary 1101001 10011111 110010 100010 0 1000101 100110 1011010 110100 101001

Color Harmonies of #699F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F32

Black with #699F32

Text Example


Text Example

White with #699F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,159,50); }

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

background-color css

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

 a { background-color: rgb(105,159,50); }

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

border-color css

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

 span { border-color: rgb(105,159,50); }

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