Html Css Color HEX #699A38 Limeade

📋 copy color: '#699A38'

red 105 ◦ green 154 ◦ blue 56

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

Shades of Limeade #699A38

Tints of Limeade #699A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 33.33%
G = 48.89%
B = 17.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#699A38 (or 0x699A38) is known color: Limeade. HEX triplet: 69, 9A and 38. RGB value is (105,154,56). Sum of RGB (Red+Green+Blue) = 105+154+56=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #699A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699A38 is #9665C7. Grayscale: #808080. Windows color (decimal): -9856456 or 3709545. OLE color: 3709545.

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

Color convert

RGB 105 154 56 -
CMYK 0.32 0 0.64 0.40
HSL 90º 0.47% 0.41% -
HSV(B) 90º 0.64% 0.6% -
XYZ 18.1 26.4 7.88 -
YUV 128.18 87.27 111.47 -
System Red Green Blue C M Y K H S L
Decimal 105 154 56 0.32 0 0.64 0.40 90 0.47 0.41
Hex 69 9A 38 20 0 40 28 5A 2F 29
Octal 151 232 70 40 0 100 50 132 57 51
Binary 1101001 10011010 111000 100000 0 1000000 101000 1011010 101111 101001

Color Harmonies of #699A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A38

Black with #699A38

Text Example


Text Example

White with #699A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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