Html Css Color HEX #507101 Fiji Green

📋 copy color: '#507101'

red 80 ◦ green 113 ◦ blue 1

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

Shades of Fiji Green #507101

Tints of Fiji Green #507101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 41.24%
G = 58.25%
B = 0.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#507101 (or 0x507101) is known color: Fiji Green. HEX triplet: 50, 71 and 01. RGB value is (80,113,1). Sum of RGB (Red+Green+Blue) = 80+113+1=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #507101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507101 is #AF8EFE. Grayscale: #5A5A5A. Windows color (decimal): -11505407 or 94544. OLE color: 94544.

HSL color Cylindrical-coordinate representation of color #507101: hue angle of 77.68º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #507101 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 1 -
CMYK 0.29 0 0.99 0.56
HSL 77.68º 0.98% 0.22% -
HSV(B) 77.68º 0.99% 0.44% -
XYZ 9.22 13.52 2.15 -
YUV 90.37 77.57 120.61 -
System Red Green Blue C M Y K H S L
Decimal 80 113 1 0.29 0 0.99 0.56 77.68 0.98 0.22
Hex 50 71 1 1D 0 63 38 4E 62 16
Octal 120 161 1 35 0 143 70 116 142 26
Binary 1010000 1110001 1 11101 0 1100011 111000 1001110 1100010 10110

Color Harmonies of #507101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507101

Black with #507101

Text Example


Text Example

White with #507101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507101; }

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

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

background-color css

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

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

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

border-color css

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

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

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