Html Css Color HEX #77BE0D Christi

📋 copy color: '#77BE0D'

red 119 ◦ green 190 ◦ blue 13

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

Shades of Christi #77BE0D

Tints of Christi #77BE0D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.01%

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 36.96%
G = 59.01%
B = 4.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#77BE0D (or 0x77BE0D) is known color: Christi. HEX triplet: 77, BE and 0D. RGB value is (119,190,13). Sum of RGB (Red+Green+Blue) = 119+190+13=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 190 (74.61% from 255 or 59.01% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BE0D is #8841F2. Grayscale: #959595. Windows color (decimal): -8929779 or 900727. OLE color: 900727.

HSL color Cylindrical-coordinate representation of color #77BE0D: hue angle of 84.07º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77BE0D is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 190 13 -
CMYK 0.37 0 0.93 0.25
HSL 84.07º 0.87% 0.4% -
HSV(B) 84.07º 0.93% 0.75% -
XYZ 26.09 40.78 6.88 -
YUV 148.59 51.48 106.89 -
System Red Green Blue C M Y K H S L
Decimal 119 190 13 0.37 0 0.93 0.25 84.07 0.87 0.4
Hex 77 BE D 25 0 5D 19 54 57 28
Octal 167 276 15 45 0 135 31 124 127 50
Binary 1110111 10111110 1101 100101 0 1011101 11001 1010100 1010111 101000

Color Harmonies of #77BE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BE0D

Black with #77BE0D

Text Example


Text Example

White with #77BE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,190,13); }

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

background-color css

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

 a { background-color: rgb(119,190,13); }

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

border-color css

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

 span { border-color: rgb(119,190,13); }

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