Html Css Color HEX #67972C Limeade

📋 copy color: '#67972C'

red 103 ◦ green 151 ◦ blue 44

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

Shades of Limeade #67972C

Tints of Limeade #67972C

RGB

 RED value IS 103 (40.63% from 255) = 34.56%

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

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

R = 34.56%
G = 50.67%
B = 14.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#67972C (or 0x67972C) is known color: Limeade. HEX triplet: 67, 97 and 2C. RGB value is (103,151,44). Sum of RGB (Red+Green+Blue) = 103+151+44=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #67972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67972C is #9868D3. Grayscale: #7C7C7C. Windows color (decimal): -9988308 or 2922343. OLE color: 2922343.

HSL color Cylindrical-coordinate representation of color #67972C: hue angle of 86.92º 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 #67972C is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 151 44 -
CMYK 0.32 0 0.71 0.41
HSL 86.92º 0.55% 0.38% -
HSV(B) 86.92º 0.71% 0.59% -
XYZ 17.11 25.2 6.34 -
YUV 124.45 82.6 112.7 -
System Red Green Blue C M Y K H S L
Decimal 103 151 44 0.32 0 0.71 0.41 86.92 0.55 0.38
Hex 67 97 2C 20 0 47 29 57 37 26
Octal 147 227 54 40 0 107 51 127 67 46
Binary 1100111 10010111 101100 100000 0 1000111 101001 1010111 110111 100110

Color Harmonies of #67972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67972C

Black with #67972C

Text Example


Text Example

White with #67972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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