#769D08

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

Shades of Christi #769D08

Tints of Christi #769D08

Color information

#769D08 (or 0x769D08) is unknown color: approx Christi. HEX triplet: 76, 9D and 08. RGB value is (118,157,8). Sum of RGB (Red+Green+Blue) = 118+157+8=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #769D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769D08 is #8962F7. Grayscale: #808080. Windows color (decimal): -9003768 or 564598. OLE color: 564598.

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

Color convert

RGB1181578-
CMYK0.2500.950.38
HSL75.7º90.3%32.35%-
HSV(B)75.7º94.9%61.57%-
XYZ19.5727.984.6-
YUV128.3560.08120.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 157 (61.72% from 255) = 55.48%
BLUE value IS 8 (3.52% from 255) = 2.83%
R=41.70%
G=55.48%
B=2.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11815780.2500.950.3875.790.332.35
Hex769D81905F264c5a20
Octal166235103101374611413240
Binary1110110100111011000110010101111110011010011001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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