#769E1D

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

Shades of Christi #769E1D

Tints of Christi #769E1D

Color information

#769E1D (or 0x769E1D) is unknown color: approx Christi. HEX triplet: 76, 9E and 1D. RGB value is (118,158,29). Sum of RGB (Red+Green+Blue) = 118+158+29=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #769E1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E1D is #8961E2. Grayscale: #838383. Windows color (decimal): -9003491 or 1941110. OLE color: 1941110.

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

Color convert

RGB11815829-
CMYK0.2500.820.38
HSL78.6º68.98%36.67%-
HSV(B)78.6º81.65%61.96%-
XYZ19.9228.395.59-
YUV131.3370.25118.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 158 (62.11% from 255) = 51.80%
BLUE value IS 29 (11.72% from 255) = 9.51%
R=38.69%
G=51.80%
B=9.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118158290.2500.820.3878.668.9836.67
Hex769E1D19052264f4525
Octal166236353101224611710545
Binary11101101001111011101110010101001010011010011111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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