Html Css Color HEX #769C00 Christi

📋 copy color: '#769C00'

red 118 ◦ green 156 ◦ blue 0

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

Shades of Christi #769C00

Tints of Christi #769C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.93%

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

R = 43.07%
G = 56.93%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#769C00 (or 0x769C00) is known color: Christi. HEX triplet: 76, 9C and 00. RGB value is (118,156,0). Sum of RGB (Red+Green+Blue) = 118+156+0=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #769C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769C00 is #8963FF. Grayscale: #7F7F7F. Windows color (decimal): -9004032 or 40054. OLE color: 40054.

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

Color convert

RGB 118 156 0 -
CMYK 0.24 0 1 0.39
HSL 74.62º 1% 0.31% -
HSV(B) 74.62º 1% 0.61% -
XYZ 19.36 27.63 4.31 -
YUV 126.85 56.41 121.68 -
System Red Green Blue C M Y K H S L
Decimal 118 156 0 0.24 0 1 0.39 74.62 1 0.31
Hex 76 9C 0 18 0 64 27 4B 64 1F
Octal 166 234 0 30 0 144 47 113 144 37
Binary 1110110 10011100 0 11000 0 1100100 100111 1001011 1100100 11111

Color Harmonies of #769C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C00

Black with #769C00

Text Example


Text Example

White with #769C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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