Html Css Color HEX #77B700 Christi

📋 copy color: '#77B700'

red 119 ◦ green 183 ◦ blue 0

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

Shades of Christi #77B700

Tints of Christi #77B700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.6%

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

R = 39.4%
G = 60.6%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#77B700 (or 0x77B700) is known color: Christi. HEX triplet: 77, B7 and 00. RGB value is (119,183,0). Sum of RGB (Red+Green+Blue) = 119+183+0=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #77B700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B700 is #8848FF. Grayscale: #8F8F8F. Windows color (decimal): -8931584 or 46967. OLE color: 46967.

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

Color convert

RGB 119 183 0 -
CMYK 0.35 0 1 0.28
HSL 80.98º 1% 0.36% -
HSV(B) 80.98º 1% 0.72% -
XYZ 24.54 37.79 6 -
YUV 143 47.3 110.88 -
System Red Green Blue C M Y K H S L
Decimal 119 183 0 0.35 0 1 0.28 80.98 1 0.36
Hex 77 B7 0 23 0 64 1C 51 64 24
Octal 167 267 0 43 0 144 34 121 144 44
Binary 1110111 10110111 0 100011 0 1100100 11100 1010001 1100100 100100

Color Harmonies of #77B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B700

Black with #77B700

Text Example


Text Example

White with #77B700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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