Html Css Color HEX #50770C Fiji Green

📋 copy color: '#50770C'

red 80 ◦ green 119 ◦ blue 12

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

Shades of Fiji Green #50770C

Tints of Fiji Green #50770C

RGB

 RED value IS 80 (31.64% from 255) = 37.91%

 GREEN value IS 119 (46.88% from 255) = 56.4%

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 37.91%
G = 56.4%
B = 5.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#50770C (or 0x50770C) is known color: Fiji Green. HEX triplet: 50, 77 and 0C. RGB value is (80,119,12). Sum of RGB (Red+Green+Blue) = 80+119+12=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #50770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50770C is #AF88F3. Grayscale: #5F5F5F. Windows color (decimal): -11503860 or 816976. OLE color: 816976.

HSL color Cylindrical-coordinate representation of color #50770C: hue angle of 81.87º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50770C is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 12 -
CMYK 0.33 0 0.90 0.53
HSL 81.87º 0.82% 0.26% -
HSV(B) 81.87º 0.9% 0.47% -
XYZ 9.97 14.93 2.7 -
YUV 95.14 81.08 117.2 -
System Red Green Blue C M Y K H S L
Decimal 80 119 12 0.33 0 0.90 0.53 81.87 0.82 0.26
Hex 50 77 C 21 0 5A 35 52 52 1A
Octal 120 167 14 41 0 132 65 122 122 32
Binary 1010000 1110111 1100 100001 0 1011010 110101 1010010 1010010 11010

Color Harmonies of #50770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50770C

Black with #50770C

Text Example


Text Example

White with #50770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50770C; }

 p { color: rgb(80,119,12); }

 H1.HeaderClassName
 {
   color: #50770C;
 }
 .AnyTagClassName
 {
   color: #50770C;
 }
</style>

background-color css

<style>
 a { background-color: #50770C; }

 a { background-color: rgb(80,119,12); }

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

border-color css

<style>
 span { border-color: #50770C; }

 span { border-color: rgb(80,119,12); }

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