#769E07

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

Shades of Christi #769E07

Tints of Christi #769E07

Color information

#769E07 (or 0x769E07) is unknown color: approx Christi. HEX triplet: 76, 9E and 07. RGB value is (118,158,7). Sum of RGB (Red+Green+Blue) = 118+158+7=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #769E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769E07 is #8961F8. Grayscale: #818181. Windows color (decimal): -9003513 or 499318. OLE color: 499318.

HSL color Cylindrical-coordinate representation of color #769E07: hue angle of 75.89º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #769E07 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1181587-
CMYK0.2500.960.38
HSL75.89º91.52%32.35%-
HSV(B)75.89º95.57%61.96%-
XYZ19.7428.324.63-
YUV128.8359.25120.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 158 (62.11% from 255) = 55.83%
BLUE value IS 7 (3.12% from 255) = 2.47%
R=41.70%
G=55.83%
B=2.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11815870.2500.960.3875.8991.5232.35
Hex769E719060264c5c20
Octal16623673101404611413440
Binary111011010011110111110010110000010011010011001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769E07; }

 p { color: rgb(118,158,7); }

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

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

 a { background-color: rgb(118,158,7); }

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

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

 span { border-color: rgb(118,158,7); }

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