Html Css Color HEX #769910 Christi

📋 copy color: '#769910'

red 118 ◦ green 153 ◦ blue 16

#769910
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #769910

Tints of Christi #769910

RGB

 RED value IS 118 (46.48% from 255) = 41.11%

 GREEN value IS 153 (60.16% from 255) = 53.31%

 BLUE value IS 16 (6.64% from 255) = 5.57%

R = 41.11%
G = 53.31%
B = 5.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#769910 (or 0x769910) is known color: Christi. HEX triplet: 76, 99 and 10. RGB value is (118,153,16). Sum of RGB (Red+Green+Blue) = 118+153+16=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #769910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769910 is #8966EF. Grayscale: #7F7F7F. Windows color (decimal): -9004784 or 1087862. OLE color: 1087862.

HSL color Cylindrical-coordinate representation of color #769910: hue angle of 75.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #769910 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 16 -
CMYK 0.23 0 0.90 0.4
HSL 75.33º 0.81% 0.33% -
HSV(B) 75.33º 0.9% 0.6% -
XYZ 18.96 26.67 4.64 -
YUV 126.92 65.4 121.64 -
System Red Green Blue C M Y K H S L
Decimal 118 153 16 0.23 0 0.90 0.4 75.33 0.81 0.33
Hex 76 99 10 17 0 5A 28 4B 51 21
Octal 166 231 20 27 0 132 50 113 121 41
Binary 1110110 10011001 10000 10111 0 1011010 101000 1001011 1010001 100001

Color Harmonies of #769910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769910

Black with #769910

Text Example


Text Example

White with #769910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769910; }

 p { color: rgb(118,153,16); }

 H1.HeaderClassName
 {
   color: #769910;
 }
 .AnyTagClassName
 {
   color: #769910;
 }
</style>

background-color css

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

 a { background-color: rgb(118,153,16); }

 div.DivClassName
 {
   background-color: #769910;
 }
 .BgClassName
 {
   background-color: #769910;
 }
</style>

border-color css

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

 span { border-color: rgb(118,153,16); }

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