#7BAB04

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

Shades of Christi #7BAB04

Tints of Christi #7BAB04

Color information

#7BAB04 (or 0x7BAB04) is unknown color: approx Christi. HEX triplet: 7B, AB and 04. RGB value is (123,171,4). Sum of RGB (Red+Green+Blue) = 123+171+4=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAB04 is #8454FB. Grayscale: #8A8A8A. Windows color (decimal): -8672508 or 306043. OLE color: 306043.

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

Color convert

RGB1231714-
CMYK0.2800.980.33
HSL77.25º95.43%34.31%-
HSV(B)77.25º97.66%67.06%-
XYZ22.7533.355.35-
YUV137.6152.6117.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.28%
GREEN value IS 171 (67.19% from 255) = 57.38%
BLUE value IS 4 (1.95% from 255) = 1.34%
R=41.28%
G=57.38%
B=1.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12317140.2800.980.3377.2595.4334.31
Hex7BAB41C062214d5f22
Octal17325343401424111513742
Binary111101110101011100111000110001010000110011011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,171,4); }

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

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

 a { background-color: rgb(123,171,4); }

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

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

 span { border-color: rgb(123,171,4); }

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