#769C0F

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

Shades of Christi #769C0F

Tints of Christi #769C0F

Color information

#769C0F (or 0x769C0F) is unknown color: approx Christi. HEX triplet: 76, 9C and 0F. RGB value is (118,156,15). Sum of RGB (Red+Green+Blue) = 118+156+15=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #769C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769C0F is #8963F0. Grayscale: #818181. Windows color (decimal): -9004017 or 1023094. OLE color: 1023094.

HSL color Cylindrical-coordinate representation of color #769C0F: hue angle of 76.17º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #769C0F is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB11815615-
CMYK0.2400.900.39
HSL76.17º82.46%33.53%-
HSV(B)76.17º90.38%61.18%-
XYZ19.4527.664.77-
YUV128.5663.91120.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 156 (61.33% from 255) = 53.98%
BLUE value IS 15 (6.25% from 255) = 5.19%
R=40.83%
G=53.98%
B=5.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118156150.2400.900.3976.1782.4633.53
Hex769CF1805A274c5222
Octal166234173001324711412242
Binary1110110100111001111110000101101010011110011001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,156,15); }

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

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

 a { background-color: rgb(118,156,15); }

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

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

 span { border-color: rgb(118,156,15); }

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