Html Css Color HEX #77B812 Christi

📋 copy color: '#77B812'

red 119 ◦ green 184 ◦ blue 18

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

Shades of Christi #77B812

Tints of Christi #77B812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.32%

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 37.07%
G = 57.32%
B = 5.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#77B812 (or 0x77B812) is known color: Christi. HEX triplet: 77, B8 and 12. RGB value is (119,184,18). Sum of RGB (Red+Green+Blue) = 119+184+18=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #77B812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B812 is #8847ED. Grayscale: #929292. Windows color (decimal): -8931310 or 1226871. OLE color: 1226871.

HSL color Cylindrical-coordinate representation of color #77B812: hue angle of 83.49º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77B812 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 184 18 -
CMYK 0.35 0 0.90 0.28
HSL 83.49º 0.82% 0.4% -
HSV(B) 83.49º 0.9% 0.72% -
XYZ 24.86 38.25 6.64 -
YUV 145.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 119 184 18 0.35 0 0.90 0.28 83.49 0.82 0.4
Hex 77 B8 12 23 0 5A 1C 53 52 28
Octal 167 270 22 43 0 132 34 123 122 50
Binary 1110111 10111000 10010 100011 0 1011010 11100 1010011 1010010 101000

Color Harmonies of #77B812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B812

Black with #77B812

Text Example


Text Example

White with #77B812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,184,18); }

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

background-color css

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

 a { background-color: rgb(119,184,18); }

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

border-color css

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

 span { border-color: rgb(119,184,18); }

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