#7D9E04

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

Shades of Christi #7D9E04

Tints of Christi #7D9E04

Color information

#7D9E04 (or 0x7D9E04) is unknown color: approx Christi. HEX triplet: 7D, 9E and 04. RGB value is (125,158,4). Sum of RGB (Red+Green+Blue) = 125+158+4=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9E04 is #8261FB. Grayscale: #838383. Windows color (decimal): -8544764 or 302717. OLE color: 302717.

HSL color Cylindrical-coordinate representation of color #7D9E04: hue angle of 72.86º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D9E04 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1251584-
CMYK0.2100.970.38
HSL72.86º95.06%31.76%-
HSV(B)72.86º97.47%61.96%-
XYZ20.7128.824.59-
YUV130.5856.57124.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.55%
GREEN value IS 158 (62.11% from 255) = 55.05%
BLUE value IS 4 (1.95% from 255) = 1.39%
R=43.55%
G=55.05%
B=1.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12515840.2100.970.3872.8695.0631.76
Hex7D9E41506126495f20
Octal17523642501414611113740
Binary111110110011110100101010110000110011010010011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,158,4); }

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

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

 a { background-color: rgb(125,158,4); }

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

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

 span { border-color: rgb(125,158,4); }

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