Html Css Color HEX #506F07 Fiji Green

📋 copy color: '#506F07'

red 80 ◦ green 111 ◦ blue 7

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

Shades of Fiji Green #506F07

Tints of Fiji Green #506F07

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.06%

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 40.4%
G = 56.06%
B = 3.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#506F07 (or 0x506F07) is known color: Fiji Green. HEX triplet: 50, 6F and 07. RGB value is (80,111,7). Sum of RGB (Red+Green+Blue) = 80+111+7=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #506F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506F07 is #AF90F8. Grayscale: #5A5A5A. Windows color (decimal): -11505913 or 487248. OLE color: 487248.

HSL color Cylindrical-coordinate representation of color #506F07: hue angle of 77.88º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #506F07 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 7 -
CMYK 0.28 0 0.94 0.56
HSL 77.88º 0.88% 0.23% -
HSV(B) 77.88º 0.94% 0.44% -
XYZ 9.03 13.09 2.25 -
YUV 89.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 80 111 7 0.28 0 0.94 0.56 77.88 0.88 0.23
Hex 50 6F 7 1C 0 5E 38 4E 58 17
Octal 120 157 7 34 0 136 70 116 130 27
Binary 1010000 1101111 111 11100 0 1011110 111000 1001110 1011000 10111

Color Harmonies of #506F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F07

Black with #506F07

Text Example


Text Example

White with #506F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506F07; }

 p { color: rgb(80,111,7); }

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

background-color css

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

 a { background-color: rgb(80,111,7); }

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

border-color css

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

 span { border-color: rgb(80,111,7); }

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