Html Css Color HEX #77BA0F Christi

📋 copy color: '#77BA0F'

red 119 ◦ green 186 ◦ blue 15

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

Shades of Christi #77BA0F

Tints of Christi #77BA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.13%

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

R = 37.19%
G = 58.13%
B = 4.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#77BA0F (or 0x77BA0F) is known color: Christi. HEX triplet: 77, BA and 0F. RGB value is (119,186,15). Sum of RGB (Red+Green+Blue) = 119+186+15=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BA0F is #8845F0. Grayscale: #939393. Windows color (decimal): -8930801 or 1030775. OLE color: 1030775.

HSL color Cylindrical-coordinate representation of color #77BA0F: hue angle of 83.51º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77BA0F is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 186 15 -
CMYK 0.36 0 0.92 0.27
HSL 83.51º 0.85% 0.39% -
HSV(B) 83.51º 0.92% 0.73% -
XYZ 25.25 39.07 6.66 -
YUV 146.47 53.8 108.4 -
System Red Green Blue C M Y K H S L
Decimal 119 186 15 0.36 0 0.92 0.27 83.51 0.85 0.39
Hex 77 BA F 24 0 5C 1B 54 55 27
Octal 167 272 17 44 0 134 33 124 125 47
Binary 1110111 10111010 1111 100100 0 1011100 11011 1010100 1010101 100111

Color Harmonies of #77BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BA0F

Black with #77BA0F

Text Example


Text Example

White with #77BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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