Html Css Color HEX #68972C Limeade

📋 copy color: '#68972C'

red 104 ◦ green 151 ◦ blue 44

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

Shades of Limeade #68972C

Tints of Limeade #68972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 34.78%
G = 50.5%
B = 14.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#68972C (or 0x68972C) is known color: Limeade. HEX triplet: 68, 97 and 2C. RGB value is (104,151,44). Sum of RGB (Red+Green+Blue) = 104+151+44=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #68972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68972C is #9768D3. Grayscale: #7D7D7D. Windows color (decimal): -9922772 or 2922344. OLE color: 2922344.

HSL color Cylindrical-coordinate representation of color #68972C: hue angle of 86.36º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68972C is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 44 -
CMYK 0.31 0 0.71 0.41
HSL 86.36º 0.55% 0.38% -
HSV(B) 86.36º 0.71% 0.59% -
XYZ 17.23 25.26 6.35 -
YUV 124.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 104 151 44 0.31 0 0.71 0.41 86.36 0.55 0.38
Hex 68 97 2C 1F 0 47 29 56 37 26
Octal 150 227 54 37 0 107 51 126 67 46
Binary 1101000 10010111 101100 11111 0 1000111 101001 1010110 110111 100110

Color Harmonies of #68972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68972C

Black with #68972C

Text Example


Text Example

White with #68972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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