Html Css Color HEX #69A72F Limeade

📋 copy color: '#69A72F'

red 105 ◦ green 167 ◦ blue 47

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

Shades of Limeade #69A72F

Tints of Limeade #69A72F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.35%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 32.92%
G = 52.35%
B = 14.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#69A72F (or 0x69A72F) is known color: Limeade. HEX triplet: 69, A7 and 2F. RGB value is (105,167,47). Sum of RGB (Red+Green+Blue) = 105+167+47=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 167 (65.62% from 255 or 52.35% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 167 - color contains mainly: green. Hex color #69A72F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A72F is #9658D0. Grayscale: #878787. Windows color (decimal): -9853137 or 3123049. OLE color: 3123049.

HSL color Cylindrical-coordinate representation of color #69A72F: hue angle of 91º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69A72F is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 167 47 -
CMYK 0.37 0 0.72 0.35
HSL 91º 0.56% 0.42% -
HSV(B) 91º 0.72% 0.65% -
XYZ 20.16 30.85 7.58 -
YUV 134.78 78.46 106.76 -
System Red Green Blue C M Y K H S L
Decimal 105 167 47 0.37 0 0.72 0.35 91 0.56 0.42
Hex 69 A7 2F 25 0 48 23 5B 38 2A
Octal 151 247 57 45 0 110 43 133 70 52
Binary 1101001 10100111 101111 100101 0 1001000 100011 1011011 111000 101010

Color Harmonies of #69A72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A72F

Black with #69A72F

Text Example


Text Example

White with #69A72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A72F; }

 p { color: rgb(105,167,47); }

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

background-color css

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

 a { background-color: rgb(105,167,47); }

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

border-color css

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

 span { border-color: rgb(105,167,47); }

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