Html Css Color HEX #77BC0F Christi

📋 copy color: '#77BC0F'

red 119 ◦ green 188 ◦ blue 15

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

Shades of Christi #77BC0F

Tints of Christi #77BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.39%

 BLUE value IS 15 (6.25% from 255) = 4.66%

R = 36.96%
G = 58.39%
B = 4.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#77BC0F (or 0x77BC0F) is known color: Christi. HEX triplet: 77, BC and 0F. RGB value is (119,188,15). Sum of RGB (Red+Green+Blue) = 119+188+15=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BC0F is #8843F0. Grayscale: #949494. Windows color (decimal): -8930289 or 1031287. OLE color: 1031287.

HSL color Cylindrical-coordinate representation of color #77BC0F: hue angle of 83.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77BC0F is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 188 15 -
CMYK 0.37 0 0.92 0.26
HSL 83.93º 0.85% 0.4% -
HSV(B) 83.93º 0.92% 0.74% -
XYZ 25.68 39.92 6.8 -
YUV 147.65 53.14 107.57 -
System Red Green Blue C M Y K H S L
Decimal 119 188 15 0.37 0 0.92 0.26 83.93 0.85 0.4
Hex 77 BC F 25 0 5C 1A 54 55 28
Octal 167 274 17 45 0 134 32 124 125 50
Binary 1110111 10111100 1111 100101 0 1011100 11010 1010100 1010101 101000

Color Harmonies of #77BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC0F

Black with #77BC0F

Text Example


Text Example

White with #77BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,188,15); }

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

background-color css

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

 a { background-color: rgb(119,188,15); }

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

border-color css

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

 span { border-color: rgb(119,188,15); }

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