Html Css Color HEX #68A12D Limeade

📋 copy color: '#68A12D'

red 104 ◦ green 161 ◦ blue 45

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

Shades of Limeade #68A12D

Tints of Limeade #68A12D

RGB

 RED value IS 104 (41.02% from 255) = 33.55%

 GREEN value IS 161 (63.28% from 255) = 51.94%

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 33.55%
G = 51.94%
B = 14.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#68A12D (or 0x68A12D) is known color: Limeade. HEX triplet: 68, A1 and 2D. RGB value is (104,161,45). Sum of RGB (Red+Green+Blue) = 104+161+45=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #68A12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A12D is #975ED2. Grayscale: #838383. Windows color (decimal): -9920211 or 2990440. OLE color: 2990440.

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

Color convert

RGB 104 161 45 -
CMYK 0.35 0 0.72 0.37
HSL 89.48º 0.56% 0.4% -
HSV(B) 89.48º 0.72% 0.63% -
XYZ 18.93 28.62 7.01 -
YUV 130.73 79.62 108.93 -
System Red Green Blue C M Y K H S L
Decimal 104 161 45 0.35 0 0.72 0.37 89.48 0.56 0.4
Hex 68 A1 2D 23 0 48 25 59 38 28
Octal 150 241 55 43 0 110 45 131 70 50
Binary 1101000 10100001 101101 100011 0 1001000 100101 1011001 111000 101000

Color Harmonies of #68A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A12D

Black with #68A12D

Text Example


Text Example

White with #68A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A12D; }

 p { color: rgb(104,161,45); }

 H1.HeaderClassName
 {
   color: #68A12D;
 }
 .AnyTagClassName
 {
   color: #68A12D;
 }
</style>

background-color css

<style>
 a { background-color: #68A12D; }

 a { background-color: rgb(104,161,45); }

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

border-color css

<style>
 span { border-color: #68A12D; }

 span { border-color: rgb(104,161,45); }

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