#749B02

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

Shades of Christi #749B02

Tints of Christi #749B02

Color information

#749B02 (or 0x749B02) is unknown color: approx Christi. HEX triplet: 74, 9B and 02. RGB value is (116,155,2). Sum of RGB (Red+Green+Blue) = 116+155+2=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #749B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749B02 is #8B64FD. Grayscale: #7E7E7E. Windows color (decimal): -9135358 or 170868. OLE color: 170868.

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

Color convert

RGB1161552-
CMYK0.2500.990.39
HSL75.29º97.45%30.78%-
HSV(B)75.29º98.71%60.78%-
XYZ18.9327.164.3-
YUV125.958.08120.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 155 (60.94% from 255) = 56.78%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=42.49%
G=56.78%
B=0.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11615520.2500.990.3975.2997.4530.78
Hex749B219063274b611f
Octal16423323101434711314137
Binary1110100100110111011001011000111001111001011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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