#7cba00

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

Shades of Christi #7CBA00

Tints of Christi #7CBA00

Color information

#7CBA00 (or 0x7CBA00) is unknown color: approx Christi. HEX triplet: 7C, BA and 00. RGB value is (124,186,0). Sum of RGB (Red+Green+Blue) = 124+186+0=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBA00 is #8345FF. Grayscale: #929292. Windows color (decimal): -8603136 or 47740. OLE color: 47740.

HSL color Cylindrical-coordinate representation of color #7CBA00: hue angle of 80º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CBA00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1241860-
CMYK0.33010.27
HSL80º100%36.47%-
HSV(B)80º100%72.94%-
XYZ25.8739.46.24-
YUV146.2645.46112.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40%
GREEN value IS 186 (73.05% from 255) = 60%
BLUE value IS 0 (0.39% from 255) = 0%
R=40%
G=60%
B=0%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12418600.33010.278010036.47
Hex7CBA0210641B506424
Octal17427204101443312014444
Binary1111100101110100100001011001001101110100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cba00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,186,0); }

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

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

 a { background-color: rgb(124,186,0); }

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

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

 span { border-color: rgb(124,186,0); }

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