#749F1F

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

Shades of Christi #749F1F

Tints of Christi #749F1F

Color information

#749F1F (or 0x749F1F) is unknown color: approx Christi. HEX triplet: 74, 9F and 1F. RGB value is (116,159,31). Sum of RGB (Red+Green+Blue) = 116+159+31=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #749F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F1F is #8B60E0. Grayscale: #848484. Windows color (decimal): -9134305 or 2072436. OLE color: 2072436.

HSL color Cylindrical-coordinate representation of color #749F1F: hue angle of 80.16º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #749F1F is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB11615931-
CMYK0.2700.810.38
HSL80.16º67.37%37.25%-
HSV(B)80.16º80.5%62.35%-
XYZ19.8528.615.77-
YUV131.5571.25116.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 159 (62.5% from 255) = 51.96%
BLUE value IS 31 (12.5% from 255) = 10.13%
R=37.91%
G=51.96%
B=10.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116159310.2700.810.3880.1667.3737.25
Hex749F1F1B05126504325
Octal164237373301214612010345
Binary11101001001111111111110110101000110011010100001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,159,31); }

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

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

 a { background-color: rgb(116,159,31); }

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

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

 span { border-color: rgb(116,159,31); }

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