#7CAB01

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

Shades of Christi #7CAB01

Tints of Christi #7CAB01

Color information

#7CAB01 (or 0x7CAB01) is unknown color: approx Christi. HEX triplet: 7C, AB and 01. RGB value is (124,171,1). Sum of RGB (Red+Green+Blue) = 124+171+1=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAB01 is #8354FE. Grayscale: #8A8A8A. Windows color (decimal): -8606975 or 109436. OLE color: 109436.

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

Color convert

RGB1241711-
CMYK0.2700.990.33
HSL76.59º98.84%33.73%-
HSV(B)76.59º99.42%67.06%-
XYZ22.8833.415.27-
YUV137.5750.93118.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 171 (67.19% from 255) = 57.77%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=41.89%
G=57.77%
B=0.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12417110.2700.990.3376.5998.8433.73
Hex7CAB11B063214d6322
Octal17425313301434111514342
Binary1111100101010111110110110001110000110011011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,1); }

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

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

 a { background-color: rgb(124,171,1); }

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

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

 span { border-color: rgb(124,171,1); }

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