#7CAC07

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

Shades of Christi #7CAC07

Tints of Christi #7CAC07

Color information

#7CAC07 (or 0x7CAC07) is unknown color: approx Christi. HEX triplet: 7C, AC and 07. RGB value is (124,172,7). Sum of RGB (Red+Green+Blue) = 124+172+7=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC07 is #8353F8. Grayscale: #8B8B8B. Windows color (decimal): -8606713 or 502908. OLE color: 502908.

HSL color Cylindrical-coordinate representation of color #7CAC07: hue angle of 77.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CAC07 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1241727-
CMYK0.2800.960.33
HSL77.45º92.18%35.1%-
HSV(B)77.45º95.93%67.45%-
XYZ23.133.815.51-
YUV138.8453.6117.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 172 (67.58% from 255) = 56.77%
BLUE value IS 7 (3.12% from 255) = 2.31%
R=40.92%
G=56.77%
B=2.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12417270.2800.960.3377.4592.1835.1
Hex7CAC71C060214d5c23
Octal17425473401404111513443
Binary111110010101100111111000110000010000110011011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,172,7); }

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

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

 a { background-color: rgb(124,172,7); }

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

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

 span { border-color: rgb(124,172,7); }

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