Html Css Color HEX #507B07 Fiji Green

📋 copy color: '#507B07'

red 80 ◦ green 123 ◦ blue 7

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

Shades of Fiji Green #507B07

Tints of Fiji Green #507B07

RGB

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

 GREEN value IS 123 (48.44% from 255) = 58.57%

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

R = 38.1%
G = 58.57%
B = 3.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#507B07 (or 0x507B07) is known color: Fiji Green. HEX triplet: 50, 7B and 07. RGB value is (80,123,7). Sum of RGB (Red+Green+Blue) = 80+123+7=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #507B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507B07 is #AF84F8. Grayscale: #616161. Windows color (decimal): -11502841 or 490320. OLE color: 490320.

HSL color Cylindrical-coordinate representation of color #507B07: hue angle of 82.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #507B07 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 123 7 -
CMYK 0.35 0 0.94 0.52
HSL 82.24º 0.89% 0.25% -
HSV(B) 82.24º 0.94% 0.48% -
XYZ 10.43 15.89 2.72 -
YUV 96.92 77.25 115.93 -
System Red Green Blue C M Y K H S L
Decimal 80 123 7 0.35 0 0.94 0.52 82.24 0.89 0.25
Hex 50 7B 7 23 0 5E 34 52 59 19
Octal 120 173 7 43 0 136 64 122 131 31
Binary 1010000 1111011 111 100011 0 1011110 110100 1010010 1011001 11001

Color Harmonies of #507B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B07

Black with #507B07

Text Example


Text Example

White with #507B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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