Html Css Color HEX #77C00A Christi

📋 copy color: '#77C00A'

red 119 ◦ green 192 ◦ blue 10

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

Shades of Christi #77C00A

Tints of Christi #77C00A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.81%

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

R = 37.07%
G = 59.81%
B = 3.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#77C00A (or 0x77C00A) is known color: Christi. HEX triplet: 77, C0 and 0A. RGB value is (119,192,10). Sum of RGB (Red+Green+Blue) = 119+192+10=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #77C00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C00A is #883FF5. Grayscale: #969696. Windows color (decimal): -8929270 or 704631. OLE color: 704631.

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

Color convert

RGB 119 192 10 -
CMYK 0.38 0 0.95 0.25
HSL 84.07º 0.9% 0.4% -
HSV(B) 84.07º 0.95% 0.75% -
XYZ 26.51 41.64 6.93 -
YUV 149.43 49.32 106.3 -
System Red Green Blue C M Y K H S L
Decimal 119 192 10 0.38 0 0.95 0.25 84.07 0.9 0.4
Hex 77 C0 A 26 0 5F 19 54 5A 28
Octal 167 300 12 46 0 137 31 124 132 50
Binary 1110111 11000000 1010 100110 0 1011111 11001 1010100 1011010 101000

Color Harmonies of #77C00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C00A

Black with #77C00A

Text Example


Text Example

White with #77C00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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