Html Css Color HEX #77C10D Christi

📋 copy color: '#77C10D'

red 119 ◦ green 193 ◦ blue 13

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

Shades of Christi #77C10D

Tints of Christi #77C10D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.38%

 BLUE value IS 13 (5.47% from 255) = 4%

R = 36.62%
G = 59.38%
B = 4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#77C10D (or 0x77C10D) is known color: Christi. HEX triplet: 77, C1 and 0D. RGB value is (119,193,13). Sum of RGB (Red+Green+Blue) = 119+193+13=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #77C10D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C10D is #883EF2. Grayscale: #979797. Windows color (decimal): -8929011 or 901495. OLE color: 901495.

HSL color Cylindrical-coordinate representation of color #77C10D: hue angle of 84.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77C10D is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 193 13 -
CMYK 0.38 0 0.93 0.24
HSL 84.67º 0.87% 0.4% -
HSV(B) 84.67º 0.93% 0.76% -
XYZ 26.75 42.09 7.1 -
YUV 150.35 50.48 105.64 -
System Red Green Blue C M Y K H S L
Decimal 119 193 13 0.38 0 0.93 0.24 84.67 0.87 0.4
Hex 77 C1 D 26 0 5D 18 55 57 28
Octal 167 301 15 46 0 135 30 125 127 50
Binary 1110111 11000001 1101 100110 0 1011101 11000 1010101 1010111 101000

Color Harmonies of #77C10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C10D

Black with #77C10D

Text Example


Text Example

White with #77C10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,193,13); }

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

background-color css

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

 a { background-color: rgb(119,193,13); }

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

border-color css

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

 span { border-color: rgb(119,193,13); }

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