Html Css Color HEX #769D00 Christi

📋 copy color: '#769D00'

red 118 ◦ green 157 ◦ blue 0

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

Shades of Christi #769D00

Tints of Christi #769D00

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.91%
G = 57.09%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#769D00 (or 0x769D00) is known color: Christi. HEX triplet: 76, 9D and 00. RGB value is (118,157,0). Sum of RGB (Red+Green+Blue) = 118+157+0=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #769D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769D00 is #8962FF. Grayscale: #808080. Windows color (decimal): -9003776 or 40310. OLE color: 40310.

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

Color convert

RGB 118 157 0 -
CMYK 0.25 0 1 0.38
HSL 74.9º 1% 0.31% -
HSV(B) 74.9º 1% 0.62% -
XYZ 19.53 27.97 4.37 -
YUV 127.44 56.08 121.27 -
System Red Green Blue C M Y K H S L
Decimal 118 157 0 0.25 0 1 0.38 74.9 1 0.31
Hex 76 9D 0 19 0 64 26 4B 64 1F
Octal 166 235 0 31 0 144 46 113 144 37
Binary 1110110 10011101 0 11001 0 1100100 100110 1001011 1100100 11111

Color Harmonies of #769D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D00

Black with #769D00

Text Example


Text Example

White with #769D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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