#749D02

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

Shades of Christi #749D02

Tints of Christi #749D02

Color information

#749D02 (or 0x749D02) is unknown color: approx Christi. HEX triplet: 74, 9D and 02. RGB value is (116,157,2). Sum of RGB (Red+Green+Blue) = 116+157+2=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #749D02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749D02 is #8B62FD. Grayscale: #7F7F7F. Windows color (decimal): -9134846 or 171380. OLE color: 171380.

HSL color Cylindrical-coordinate representation of color #749D02: hue angle of 75.87º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #749D02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1161572-
CMYK0.2600.990.38
HSL75.87º97.48%31.18%-
HSV(B)75.87º98.73%61.57%-
XYZ19.2727.834.41-
YUV127.0757.42120.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 157 (61.72% from 255) = 57.09%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=42.18%
G=57.09%
B=0.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11615720.2600.990.3875.8797.4831.18
Hex749D21A063264c611f
Octal16423523201434611414137
Binary1110100100111011011010011000111001101001100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749D02; }

 p { color: rgb(116,157,2); }

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

<style>
 a { background-color: #749D02; }

 a { background-color: rgb(116,157,2); }

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

<style>
 span { border-color: #749D02; }

 span { border-color: rgb(116,157,2); }

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