#7CB834

Color #7CB834 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CB834

Tints of Lima #7CB834

Color information

#7CB834 (or 0x7CB834) is unknown color: approx Lima. HEX triplet: 7C, B8 and 34. RGB value is (124,184,52). Sum of RGB (Red+Green+Blue) = 124+184+52=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB834 is #8347CB. Grayscale: #979797. Windows color (decimal): -8603596 or 3455100. OLE color: 3455100.

HSL color Cylindrical-coordinate representation of color #7CB834: hue angle of 87.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CB834 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB12418452-
CMYK0.3300.720.28
HSL87.27º55.93%46.27%-
HSV(B)87.27º71.74%72.16%-
XYZ26.0738.819.37-
YUV151.0172.12108.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.44%
GREEN value IS 184 (72.27% from 255) = 51.11%
BLUE value IS 52 (20.70% from 255) = 14.44%
R=34.44%
G=51.11%
B=14.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124184520.3300.720.2887.2755.9346.27
Hex7CB834210481C57382e
Octal17427064410110341277056
Binary11111001011100011010010000101001000111001010111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CB834; }

 p { color: rgb(124,184,52); }

 H1.HeaderClassName
 {
   color: #7CB834;
 }
 .AnyTagClassName
 {
   color: #7CB834;
 }
</style>
background-color css

<style>
 a { background-color: #7CB834; }

 a { background-color: rgb(124,184,52); }

 div.DivClassName
 {
   background-color: #7CB834;
 }
 .BgClassName
 {
   background-color: #7CB834;
 }
</style>
border-color css

<style>
 span { border-color: #7CB834; }

 span { border-color: rgb(124,184,52); }

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