Html Css Color HEX #699C33 Limeade

📋 copy color: '#699C33'

red 105 ◦ green 156 ◦ blue 51

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

Shades of Limeade #699C33

Tints of Limeade #699C33

RGB

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

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

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

R = 33.65%
G = 50%
B = 16.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#699C33 (or 0x699C33) is known color: Limeade. HEX triplet: 69, 9C and 33. RGB value is (105,156,51). Sum of RGB (Red+Green+Blue) = 105+156+51=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #699C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C33 is #9663CC. Grayscale: #818181. Windows color (decimal): -9855949 or 3382377. OLE color: 3382377.

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

Color convert

RGB 105 156 51 -
CMYK 0.33 0 0.67 0.39
HSL 89.14º 0.51% 0.41% -
HSV(B) 89.14º 0.67% 0.61% -
XYZ 18.31 27.02 7.38 -
YUV 128.78 84.1 111.04 -
System Red Green Blue C M Y K H S L
Decimal 105 156 51 0.33 0 0.67 0.39 89.14 0.51 0.41
Hex 69 9C 33 21 0 43 27 59 33 29
Octal 151 234 63 41 0 103 47 131 63 51
Binary 1101001 10011100 110011 100001 0 1000011 100111 1011001 110011 101001

Color Harmonies of #699C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C33

Black with #699C33

Text Example


Text Example

White with #699C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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