Html Css Color HEX #699A35 Limeade

📋 copy color: '#699A35'

red 105 ◦ green 154 ◦ blue 53

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

Shades of Limeade #699A35

Tints of Limeade #699A35

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.36%

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 33.65%
G = 49.36%
B = 16.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#699A35 (or 0x699A35) is known color: Limeade. HEX triplet: 69, 9A and 35. RGB value is (105,154,53). Sum of RGB (Red+Green+Blue) = 105+154+53=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #699A35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699A35 is #9665CA. Grayscale: #808080. Windows color (decimal): -9856459 or 3512937. OLE color: 3512937.

HSL color Cylindrical-coordinate representation of color #699A35: hue angle of 89.11º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #699A35 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 53 -
CMYK 0.32 0 0.66 0.40
HSL 89.11º 0.49% 0.41% -
HSV(B) 89.11º 0.66% 0.6% -
XYZ 18.02 26.37 7.51 -
YUV 127.84 85.77 111.71 -
System Red Green Blue C M Y K H S L
Decimal 105 154 53 0.32 0 0.66 0.40 89.11 0.49 0.41
Hex 69 9A 35 20 0 42 28 59 31 29
Octal 151 232 65 40 0 102 50 131 61 51
Binary 1101001 10011010 110101 100000 0 1000010 101000 1011001 110001 101001

Color Harmonies of #699A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A35

Black with #699A35

Text Example


Text Example

White with #699A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,154,53); }

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

background-color css

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

 a { background-color: rgb(105,154,53); }

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

border-color css

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

 span { border-color: rgb(105,154,53); }

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