Html Css Color HEX #67A032 Limeade

📋 copy color: '#67A032'

red 103 ◦ green 160 ◦ blue 50

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

Shades of Limeade #67A032

Tints of Limeade #67A032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.97%

R = 32.91%
G = 51.12%
B = 15.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#67A032 (or 0x67A032) is known color: Limeade. HEX triplet: 67, A0 and 32. RGB value is (103,160,50). Sum of RGB (Red+Green+Blue) = 103+160+50=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #67A032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A032 is #985FCD. Grayscale: #828282. Windows color (decimal): -9985998 or 3317863. OLE color: 3317863.

HSL color Cylindrical-coordinate representation of color #67A032: hue angle of 91.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67A032 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 160 50 -
CMYK 0.36 0 0.69 0.37
HSL 91.09º 0.52% 0.41% -
HSV(B) 91.09º 0.69% 0.63% -
XYZ 18.74 28.26 7.48 -
YUV 130.42 82.62 108.44 -
System Red Green Blue C M Y K H S L
Decimal 103 160 50 0.36 0 0.69 0.37 91.09 0.52 0.41
Hex 67 A0 32 24 0 45 25 5B 34 29
Octal 147 240 62 44 0 105 45 133 64 51
Binary 1100111 10100000 110010 100100 0 1000101 100101 1011011 110100 101001

Color Harmonies of #67A032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A032

Black with #67A032

Text Example


Text Example

White with #67A032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A032; }

 p { color: rgb(103,160,50); }

 H1.HeaderClassName
 {
   color: #67A032;
 }
 .AnyTagClassName
 {
   color: #67A032;
 }
</style>

background-color css

<style>
 a { background-color: #67A032; }

 a { background-color: rgb(103,160,50); }

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

border-color css

<style>
 span { border-color: #67A032; }

 span { border-color: rgb(103,160,50); }

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