#769D16

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

Shades of Christi #769D16

Tints of Christi #769D16

Color information

#769D16 (or 0x769D16) is unknown color: approx Christi. HEX triplet: 76, 9D and 16. RGB value is (118,157,22). Sum of RGB (Red+Green+Blue) = 118+157+22=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #769D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769D16 is #8962E9. Grayscale: #828282. Windows color (decimal): -9003754 or 1482102. OLE color: 1482102.

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

Color convert

RGB11815722-
CMYK0.2500.860.38
HSL77.33º75.42%35.1%-
HSV(B)77.33º85.99%61.57%-
XYZ19.6728.025.13-
YUV129.9567.08119.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 157 (61.72% from 255) = 52.86%
BLUE value IS 22 (8.98% from 255) = 7.41%
R=39.73%
G=52.86%
B=7.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118157220.2500.860.3877.3375.4235.1
Hex769D1619056264d4b23
Octal166235263101264611511343
Binary11101101001110110110110010101011010011010011011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,157,22); }

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

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

 a { background-color: rgb(118,157,22); }

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

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

 span { border-color: rgb(118,157,22); }

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