Html Css Color HEX #77B40F Christi

📋 copy color: '#77B40F'

red 119 ◦ green 180 ◦ blue 15

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

Shades of Christi #77B40F

Tints of Christi #77B40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.32%

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

R = 37.9%
G = 57.32%
B = 4.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#77B40F (or 0x77B40F) is known color: Christi. HEX triplet: 77, B4 and 0F. RGB value is (119,180,15). Sum of RGB (Red+Green+Blue) = 119+180+15=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #77B40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B40F is #884BF0. Grayscale: #8F8F8F. Windows color (decimal): -8932337 or 1029239. OLE color: 1029239.

HSL color Cylindrical-coordinate representation of color #77B40F: hue angle of 82.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77B40F is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 180 15 -
CMYK 0.34 0 0.92 0.29
HSL 82.18º 0.85% 0.38% -
HSV(B) 82.18º 0.92% 0.71% -
XYZ 24.02 36.6 6.25 -
YUV 142.95 55.79 110.92 -
System Red Green Blue C M Y K H S L
Decimal 119 180 15 0.34 0 0.92 0.29 82.18 0.85 0.38
Hex 77 B4 F 22 0 5C 1D 52 55 26
Octal 167 264 17 42 0 134 35 122 125 46
Binary 1110111 10110100 1111 100010 0 1011100 11101 1010010 1010101 100110

Color Harmonies of #77B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B40F

Black with #77B40F

Text Example


Text Example

White with #77B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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