Html Css Color HEX #68972E Limeade

📋 copy color: '#68972E'

red 104 ◦ green 151 ◦ blue 46

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

Shades of Limeade #68972E

Tints of Limeade #68972E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 34.55%
G = 50.17%
B = 15.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#68972E (or 0x68972E) is known color: Limeade. HEX triplet: 68, 97 and 2E. RGB value is (104,151,46). Sum of RGB (Red+Green+Blue) = 104+151+46=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #68972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68972E is #9768D1. Grayscale: #7D7D7D. Windows color (decimal): -9922770 or 3053416. OLE color: 3053416.

HSL color Cylindrical-coordinate representation of color #68972E: hue angle of 86.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68972E is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 46 -
CMYK 0.31 0 0.70 0.41
HSL 86.86º 0.53% 0.39% -
HSV(B) 86.86º 0.7% 0.59% -
XYZ 17.27 25.27 6.55 -
YUV 124.98 83.43 113.04 -
System Red Green Blue C M Y K H S L
Decimal 104 151 46 0.31 0 0.70 0.41 86.86 0.53 0.39
Hex 68 97 2E 1F 0 46 29 57 35 27
Octal 150 227 56 37 0 106 51 127 65 47
Binary 1101000 10010111 101110 11111 0 1000110 101001 1010111 110101 100111

Color Harmonies of #68972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68972E

Black with #68972E

Text Example


Text Example

White with #68972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68972E; }

 p { color: rgb(104,151,46); }

 H1.HeaderClassName
 {
   color: #68972E;
 }
 .AnyTagClassName
 {
   color: #68972E;
 }
</style>

background-color css

<style>
 a { background-color: #68972E; }

 a { background-color: rgb(104,151,46); }

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

border-color css

<style>
 span { border-color: #68972E; }

 span { border-color: rgb(104,151,46); }

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