Html Css Color HEX #69972A Limeade

📋 copy color: '#69972A'

red 105 ◦ green 151 ◦ blue 42

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

Shades of Limeade #69972A

Tints of Limeade #69972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.67%

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 35.23%
G = 50.67%
B = 14.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#69972A (or 0x69972A) is known color: Limeade. HEX triplet: 69, 97 and 2A. RGB value is (105,151,42). Sum of RGB (Red+Green+Blue) = 105+151+42=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #69972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69972A is #9668D5. Grayscale: #7D7D7D. Windows color (decimal): -9857238 or 2791273. OLE color: 2791273.

HSL color Cylindrical-coordinate representation of color #69972A: hue angle of 85.32º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69972A is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 42 -
CMYK 0.30 0 0.72 0.41
HSL 85.32º 0.56% 0.38% -
HSV(B) 85.32º 0.72% 0.59% -
XYZ 17.31 25.3 6.16 -
YUV 124.82 81.26 113.86 -
System Red Green Blue C M Y K H S L
Decimal 105 151 42 0.30 0 0.72 0.41 85.32 0.56 0.38
Hex 69 97 2A 1E 0 48 29 55 38 26
Octal 151 227 52 36 0 110 51 125 70 46
Binary 1101001 10010111 101010 11110 0 1001000 101001 1010101 111000 100110

Color Harmonies of #69972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69972A

Black with #69972A

Text Example


Text Example

White with #69972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69972A; }

 p { color: rgb(105,151,42); }

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

background-color css

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

 a { background-color: rgb(105,151,42); }

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

border-color css

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

 span { border-color: rgb(105,151,42); }

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