Html Css Color HEX #77BA0A Christi

📋 copy color: '#77BA0A'

red 119 ◦ green 186 ◦ blue 10

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

Shades of Christi #77BA0A

Tints of Christi #77BA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.17%

R = 37.78%
G = 59.05%
B = 3.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#77BA0A (or 0x77BA0A) is known color: Christi. HEX triplet: 77, BA and 0A. RGB value is (119,186,10). Sum of RGB (Red+Green+Blue) = 119+186+10=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BA0A is #8845F5. Grayscale: #929292. Windows color (decimal): -8930806 or 703095. OLE color: 703095.

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

Color convert

RGB 119 186 10 -
CMYK 0.36 0 0.95 0.27
HSL 82.84º 0.9% 0.38% -
HSV(B) 82.84º 0.95% 0.73% -
XYZ 25.22 39.06 6.5 -
YUV 145.9 51.3 108.81 -
System Red Green Blue C M Y K H S L
Decimal 119 186 10 0.36 0 0.95 0.27 82.84 0.9 0.38
Hex 77 BA A 24 0 5F 1B 53 5A 26
Octal 167 272 12 44 0 137 33 123 132 46
Binary 1110111 10111010 1010 100100 0 1011111 11011 1010011 1011010 100110

Color Harmonies of #77BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BA0A

Black with #77BA0A

Text Example


Text Example

White with #77BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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