#769913

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

Shades of Christi #769913

Tints of Christi #769913

Color information

#769913 (or 0x769913) is unknown color: approx Christi. HEX triplet: 76, 99 and 13. RGB value is (118,153,19). Sum of RGB (Red+Green+Blue) = 118+153+19=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #769913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769913 is #8966EC. Grayscale: #7F7F7F. Windows color (decimal): -9004781 or 1284470. OLE color: 1284470.

HSL color Cylindrical-coordinate representation of color #769913: hue angle of 75.67º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #769913 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB11815319-
CMYK0.2300.880.4
HSL75.67º77.91%33.73%-
HSV(B)75.67º87.58%60%-
XYZ18.9826.684.77-
YUV127.2666.9121.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 153 (60.16% from 255) = 52.76%
BLUE value IS 19 (7.81% from 255) = 6.55%
R=40.69%
G=52.76%
B=6.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153190.2300.880.475.6777.9133.73
Hex76991317058284c4e22
Octal166231232701305011411642
Binary11101101001100110011101110101100010100010011001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769913; }

 p { color: rgb(118,153,19); }

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

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

 a { background-color: rgb(118,153,19); }

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

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

 span { border-color: rgb(118,153,19); }

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