Html Css Color HEX #50750C Fiji Green

📋 copy color: '#50750C'

red 80 ◦ green 117 ◦ blue 12

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

Shades of Fiji Green #50750C

Tints of Fiji Green #50750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.98%

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

R = 38.28%
G = 55.98%
B = 5.74%

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

#50750C (or 0x50750C) is known color: Fiji Green. HEX triplet: 50, 75 and 0C. RGB value is (80,117,12). Sum of RGB (Red+Green+Blue) = 80+117+12=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #50750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50750C is #AF8AF3. Grayscale: #5E5E5E. Windows color (decimal): -11504372 or 816464. OLE color: 816464.

HSL color Cylindrical-coordinate representation of color #50750C: hue angle of 81.14º degrees, saturation: 0.81, 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 #50750C is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 12 -
CMYK 0.32 0 0.90 0.54
HSL 81.14º 0.81% 0.25% -
HSV(B) 81.14º 0.9% 0.46% -
XYZ 9.74 14.45 2.62 -
YUV 93.97 81.74 118.04 -
System Red Green Blue C M Y K H S L
Decimal 80 117 12 0.32 0 0.90 0.54 81.14 0.81 0.25
Hex 50 75 C 20 0 5A 36 51 51 19
Octal 120 165 14 40 0 132 66 121 121 31
Binary 1010000 1110101 1100 100000 0 1011010 110110 1010001 1010001 11001

Color Harmonies of #50750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50750C

Black with #50750C

Text Example


Text Example

White with #50750C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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