Html Css Color HEX #506F09 Fiji Green

📋 copy color: '#506F09'

red 80 ◦ green 111 ◦ blue 9

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

Shades of Fiji Green #506F09

Tints of Fiji Green #506F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.5%

R = 40%
G = 55.5%
B = 4.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#506F09 (or 0x506F09) is known color: Fiji Green. HEX triplet: 50, 6F and 09. RGB value is (80,111,9). Sum of RGB (Red+Green+Blue) = 80+111+9=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #506F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506F09 is #AF90F6. Grayscale: #5A5A5A. Windows color (decimal): -11505911 or 618320. OLE color: 618320.

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

Color convert

RGB 80 111 9 -
CMYK 0.28 0 0.92 0.56
HSL 78.24º 0.85% 0.24% -
HSV(B) 78.24º 0.92% 0.44% -
XYZ 9.04 13.09 2.31 -
YUV 90.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 80 111 9 0.28 0 0.92 0.56 78.24 0.85 0.24
Hex 50 6F 9 1C 0 5C 38 4E 55 18
Octal 120 157 11 34 0 134 70 116 125 30
Binary 1010000 1101111 1001 11100 0 1011100 111000 1001110 1010101 11000

Color Harmonies of #506F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F09

Black with #506F09

Text Example


Text Example

White with #506F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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