Html Css Color HEX #769905 Christi

📋 copy color: '#769905'

red 118 ◦ green 153 ◦ blue 5

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

Shades of Christi #769905

Tints of Christi #769905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 42.75%
G = 55.43%
B = 1.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#769905 (or 0x769905) is known color: Christi. HEX triplet: 76, 99 and 05. RGB value is (118,153,5). Sum of RGB (Red+Green+Blue) = 118+153+5=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #769905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769905 is #8966FA. Grayscale: #7E7E7E. Windows color (decimal): -9004795 or 366966. OLE color: 366966.

HSL color Cylindrical-coordinate representation of color #769905: hue angle of 74.19º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #769905 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 5 -
CMYK 0.23 0 0.97 0.4
HSL 74.19º 0.94% 0.31% -
HSV(B) 74.19º 0.97% 0.6% -
XYZ 18.89 26.64 4.29 -
YUV 125.66 59.9 122.53 -
System Red Green Blue C M Y K H S L
Decimal 118 153 5 0.23 0 0.97 0.4 74.19 0.94 0.31
Hex 76 99 5 17 0 61 28 4A 5E 1F
Octal 166 231 5 27 0 141 50 112 136 37
Binary 1110110 10011001 101 10111 0 1100001 101000 1001010 1011110 11111

Color Harmonies of #769905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769905

Black with #769905

Text Example


Text Example

White with #769905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769905; }

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

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

background-color css

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

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

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

border-color css

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

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

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