Html Css Color HEX #50760C Fiji Green

📋 copy color: '#50760C'

red 80 ◦ green 118 ◦ blue 12

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

Shades of Fiji Green #50760C

Tints of Fiji Green #50760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.19%

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

R = 38.1%
G = 56.19%
B = 5.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#50760C (or 0x50760C) is known color: Fiji Green. HEX triplet: 50, 76 and 0C. RGB value is (80,118,12). Sum of RGB (Red+Green+Blue) = 80+118+12=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #50760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50760C is #AF89F3. Grayscale: #5E5E5E. Windows color (decimal): -11504116 or 816720. OLE color: 816720.

HSL color Cylindrical-coordinate representation of color #50760C: hue angle of 81.51º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50760C is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 12 -
CMYK 0.32 0 0.90 0.54
HSL 81.51º 0.82% 0.25% -
HSV(B) 81.51º 0.9% 0.46% -
XYZ 9.85 14.69 2.66 -
YUV 94.55 81.41 117.62 -
System Red Green Blue C M Y K H S L
Decimal 80 118 12 0.32 0 0.90 0.54 81.51 0.82 0.25
Hex 50 76 C 20 0 5A 36 52 52 19
Octal 120 166 14 40 0 132 66 122 122 31
Binary 1010000 1110110 1100 100000 0 1011010 110110 1010010 1010010 11001

Color Harmonies of #50760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50760C

Black with #50760C

Text Example


Text Example

White with #50760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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