Html Css Color HEX #77BF0E Christi

📋 copy color: '#77BF0E'

red 119 ◦ green 191 ◦ blue 14

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

Shades of Christi #77BF0E

Tints of Christi #77BF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 58.95%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 36.73%
G = 58.95%
B = 4.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#77BF0E (or 0x77BF0E) is known color: Christi. HEX triplet: 77, BF and 0E. RGB value is (119,191,14). Sum of RGB (Red+Green+Blue) = 119+191+14=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 191 (75% from 255 or 58.95% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BF0E is #8840F1. Grayscale: #959595. Windows color (decimal): -8929522 or 966519. OLE color: 966519.

HSL color Cylindrical-coordinate representation of color #77BF0E: hue angle of 84.41º degrees, saturation: 0.86, 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 #77BF0E is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 191 14 -
CMYK 0.38 0 0.93 0.25
HSL 84.41º 0.86% 0.4% -
HSV(B) 84.41º 0.93% 0.75% -
XYZ 26.32 41.22 6.98 -
YUV 149.29 51.65 106.39 -
System Red Green Blue C M Y K H S L
Decimal 119 191 14 0.38 0 0.93 0.25 84.41 0.86 0.4
Hex 77 BF E 26 0 5D 19 54 56 28
Octal 167 277 16 46 0 135 31 124 126 50
Binary 1110111 10111111 1110 100110 0 1011101 11001 1010100 1010110 101000

Color Harmonies of #77BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF0E

Black with #77BF0E

Text Example


Text Example

White with #77BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,191,14); }

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

background-color css

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

 a { background-color: rgb(119,191,14); }

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

border-color css

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

 span { border-color: rgb(119,191,14); }

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