Html Css Color HEX #699E33 Limeade

📋 copy color: '#699E33'

red 105 ◦ green 158 ◦ blue 51

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

Shades of Limeade #699E33

Tints of Limeade #699E33

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.32%

 BLUE value IS 51 (20.31% from 255) = 16.24%

R = 33.44%
G = 50.32%
B = 16.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#699E33 (or 0x699E33) is known color: Limeade. HEX triplet: 69, 9E and 33. RGB value is (105,158,51). Sum of RGB (Red+Green+Blue) = 105+158+51=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #699E33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E33 is #9661CC. Grayscale: #828282. Windows color (decimal): -9855437 or 3382889. OLE color: 3382889.

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

Color convert

RGB 105 158 51 -
CMYK 0.34 0 0.68 0.38
HSL 89.72º 0.51% 0.41% -
HSV(B) 89.72º 0.68% 0.62% -
XYZ 18.65 27.7 7.49 -
YUV 129.96 83.44 110.2 -
System Red Green Blue C M Y K H S L
Decimal 105 158 51 0.34 0 0.68 0.38 89.72 0.51 0.41
Hex 69 9E 33 22 0 44 26 5A 33 29
Octal 151 236 63 42 0 104 46 132 63 51
Binary 1101001 10011110 110011 100010 0 1000100 100110 1011010 110011 101001

Color Harmonies of #699E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E33

Black with #699E33

Text Example


Text Example

White with #699E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,158,51); }

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

background-color css

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

 a { background-color: rgb(105,158,51); }

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

border-color css

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

 span { border-color: rgb(105,158,51); }

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