Html Css Color HEX #507907 Fiji Green

📋 copy color: '#507907'

red 80 ◦ green 121 ◦ blue 7

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

Shades of Fiji Green #507907

Tints of Fiji Green #507907

RGB

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

 GREEN value IS 121 (47.66% from 255) = 58.17%

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

R = 38.46%
G = 58.17%
B = 3.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#507907 (or 0x507907) is known color: Fiji Green. HEX triplet: 50, 79 and 07. RGB value is (80,121,7). Sum of RGB (Red+Green+Blue) = 80+121+7=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #507907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507907 is #AF86F8. Grayscale: #606060. Windows color (decimal): -11503353 or 489808. OLE color: 489808.

HSL color Cylindrical-coordinate representation of color #507907: hue angle of 81.58º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #507907 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 121 7 -
CMYK 0.34 0 0.94 0.53
HSL 81.58º 0.89% 0.25% -
HSV(B) 81.58º 0.94% 0.47% -
XYZ 10.18 15.4 2.64 -
YUV 95.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 80 121 7 0.34 0 0.94 0.53 81.58 0.89 0.25
Hex 50 79 7 22 0 5E 35 52 59 19
Octal 120 171 7 42 0 136 65 122 131 31
Binary 1010000 1111001 111 100010 0 1011110 110101 1010010 1011001 11001

Color Harmonies of #507907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507907

Black with #507907

Text Example


Text Example

White with #507907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507907; }

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

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

background-color css

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

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

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

border-color css

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

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

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