Html Css Color HEX #77B100 Christi

📋 copy color: '#77B100'

red 119 ◦ green 177 ◦ blue 0

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

Shades of Christi #77B100

Tints of Christi #77B100

RGB

 RED value IS 119 (46.88% from 255) = 40.2%

 GREEN value IS 177 (69.53% from 255) = 59.8%

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

R = 40.2%
G = 59.8%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#77B100 (or 0x77B100) is known color: Christi. HEX triplet: 77, B1 and 00. RGB value is (119,177,0). Sum of RGB (Red+Green+Blue) = 119+177+0=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #77B100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77B100 is #884EFF. Grayscale: #8C8C8C. Windows color (decimal): -8933120 or 45431. OLE color: 45431.

HSL color Cylindrical-coordinate representation of color #77B100: hue angle of 79.66º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77B100 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 177 0 -
CMYK 0.33 0 1 0.31
HSL 79.66º 1% 0.35% -
HSV(B) 79.66º 1% 0.69% -
XYZ 23.33 35.37 5.6 -
YUV 139.48 49.28 113.39 -
System Red Green Blue C M Y K H S L
Decimal 119 177 0 0.33 0 1 0.31 79.66 1 0.35
Hex 77 B1 0 21 0 64 1F 50 64 23
Octal 167 261 0 41 0 144 37 120 144 43
Binary 1110111 10110001 0 100001 0 1100100 11111 1010000 1100100 100011

Color Harmonies of #77B100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B100

Black with #77B100

Text Example


Text Example

White with #77B100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77B100; }

 p { color: rgb(119,177,0); }

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

background-color css

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

 a { background-color: rgb(119,177,0); }

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

border-color css

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

 span { border-color: rgb(119,177,0); }

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