Html Css Color HEX #699B3E Limeade

📋 copy color: '#699B3E'

red 105 ◦ green 155 ◦ blue 62

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

Shades of Limeade #699B3E

Tints of Limeade #699B3E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.14%

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 32.61%
G = 48.14%
B = 19.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#699B3E (or 0x699B3E) is known color: Limeade. HEX triplet: 69, 9B and 3E. RGB value is (105,155,62). Sum of RGB (Red+Green+Blue) = 105+155+62=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #699B3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B3E is #9664C1. Grayscale: #818181. Windows color (decimal): -9856194 or 4103017. OLE color: 4103017.

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

Color convert

RGB 105 155 62 -
CMYK 0.32 0 0.6 0.39
HSL 92.26º 0.43% 0.43% -
HSV(B) 92.26º 0.6% 0.61% -
XYZ 18.42 26.79 8.76 -
YUV 129.45 89.94 110.56 -
System Red Green Blue C M Y K H S L
Decimal 105 155 62 0.32 0 0.6 0.39 92.26 0.43 0.43
Hex 69 9B 3E 20 0 3C 27 5C 2B 2B
Octal 151 233 76 40 0 74 47 134 53 53
Binary 1101001 10011011 111110 100000 0 111100 100111 1011100 101011 101011

Color Harmonies of #699B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B3E

Black with #699B3E

Text Example


Text Example

White with #699B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,155,62); }

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

background-color css

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

 a { background-color: rgb(105,155,62); }

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

border-color css

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

 span { border-color: rgb(105,155,62); }

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