Html Css Color HEX #50710F Fiji Green

📋 copy color: '#50710F'

red 80 ◦ green 113 ◦ blue 15

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

Shades of Fiji Green #50710F

Tints of Fiji Green #50710F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.33%

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

R = 38.46%
G = 54.33%
B = 7.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#50710F (or 0x50710F) is known color: Fiji Green. HEX triplet: 50, 71 and 0F. RGB value is (80,113,15). Sum of RGB (Red+Green+Blue) = 80+113+15=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #50710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50710F is #AF8EF0. Grayscale: #5C5C5C. Windows color (decimal): -11505393 or 1012048. OLE color: 1012048.

HSL color Cylindrical-coordinate representation of color #50710F: hue angle of 80.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50710F is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 15 -
CMYK 0.29 0 0.87 0.56
HSL 80.2º 0.77% 0.25% -
HSV(B) 80.2º 0.87% 0.44% -
XYZ 9.3 13.55 2.58 -
YUV 91.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 80 113 15 0.29 0 0.87 0.56 80.2 0.77 0.25
Hex 50 71 F 1D 0 57 38 50 4D 19
Octal 120 161 17 35 0 127 70 120 115 31
Binary 1010000 1110001 1111 11101 0 1010111 111000 1010000 1001101 11001

Color Harmonies of #50710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50710F

Black with #50710F

Text Example


Text Example

White with #50710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50710F; }

 p { color: rgb(80,113,15); }

 H1.HeaderClassName
 {
   color: #50710F;
 }
 .AnyTagClassName
 {
   color: #50710F;
 }
</style>

background-color css

<style>
 a { background-color: #50710F; }

 a { background-color: rgb(80,113,15); }

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

border-color css

<style>
 span { border-color: #50710F; }

 span { border-color: rgb(80,113,15); }

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