Html Css Color HEX #68A02D Limeade

📋 copy color: '#68A02D'

red 104 ◦ green 160 ◦ blue 45

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

Shades of Limeade #68A02D

Tints of Limeade #68A02D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.78%

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

R = 33.66%
G = 51.78%
B = 14.56%

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

#68A02D (or 0x68A02D) is known color: Limeade. HEX triplet: 68, A0 and 2D. RGB value is (104,160,45). Sum of RGB (Red+Green+Blue) = 104+160+45=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #68A02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A02D is #975FD2. Grayscale: #828282. Windows color (decimal): -9920467 or 2990184. OLE color: 2990184.

HSL color Cylindrical-coordinate representation of color #68A02D: hue angle of 89.22º 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 #68A02D is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 160 45 -
CMYK 0.35 0 0.72 0.37
HSL 89.22º 0.56% 0.4% -
HSV(B) 89.22º 0.72% 0.63% -
XYZ 18.75 28.27 6.95 -
YUV 130.15 79.95 109.35 -
System Red Green Blue C M Y K H S L
Decimal 104 160 45 0.35 0 0.72 0.37 89.22 0.56 0.4
Hex 68 A0 2D 23 0 48 25 59 38 28
Octal 150 240 55 43 0 110 45 131 70 50
Binary 1101000 10100000 101101 100011 0 1001000 100101 1011001 111000 101000

Color Harmonies of #68A02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A02D

Black with #68A02D

Text Example


Text Example

White with #68A02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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