Html Css Color HEX #699830 Limeade

📋 copy color: '#699830'

red 105 ◦ green 152 ◦ blue 48

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

Shades of Limeade #699830

Tints of Limeade #699830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.84%

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 34.43%
G = 49.84%
B = 15.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#699830 (or 0x699830) is known color: Limeade. HEX triplet: 69, 98 and 30. RGB value is (105,152,48). Sum of RGB (Red+Green+Blue) = 105+152+48=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #699830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699830 is #9667CF. Grayscale: #7E7E7E. Windows color (decimal): -9856976 or 3184745. OLE color: 3184745.

HSL color Cylindrical-coordinate representation of color #699830: hue angle of 87.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #699830 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 48 -
CMYK 0.31 0 0.68 0.40
HSL 87.12º 0.52% 0.39% -
HSV(B) 87.12º 0.68% 0.6% -
XYZ 17.59 25.67 6.82 -
YUV 126.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 105 152 48 0.31 0 0.68 0.40 87.12 0.52 0.39
Hex 69 98 30 1F 0 44 28 57 34 27
Octal 151 230 60 37 0 104 50 127 64 47
Binary 1101001 10011000 110000 11111 0 1000100 101000 1010111 110100 100111

Color Harmonies of #699830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699830

Black with #699830

Text Example


Text Example

White with #699830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699830; }

 p { color: rgb(105,152,48); }

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

background-color css

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

 a { background-color: rgb(105,152,48); }

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

border-color css

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

 span { border-color: rgb(105,152,48); }

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