Html Css Color HEX #5D7D0F Fiji Green

📋 copy color: '#5D7D0F'

red 93 ◦ green 125 ◦ blue 15

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

Shades of Fiji Green #5D7D0F

Tints of Fiji Green #5D7D0F

RGB

 RED value IS 93 (36.72% from 255) = 39.91%

 GREEN value IS 125 (49.22% from 255) = 53.65%

 BLUE value IS 15 (6.25% from 255) = 6.44%

R = 39.91%
G = 53.65%
B = 6.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#5D7D0F (or 0x5D7D0F) is known color: Fiji Green. HEX triplet: 5D, 7D and 0F. RGB value is (93,125,15). Sum of RGB (Red+Green+Blue) = 93+125+15=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 125 (49.22% from 255 or 53.65% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 125 - color contains mainly: green. Hex color #5D7D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7D0F is #A282F0. Grayscale: #676767. Windows color (decimal): -10650353 or 1015133. OLE color: 1015133.

HSL color Cylindrical-coordinate representation of color #5D7D0F: hue angle of 77.45º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D7D0F is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 125 15 -
CMYK 0.26 0 0.88 0.51
HSL 77.45º 0.79% 0.27% -
HSV(B) 77.45º 0.88% 0.49% -
XYZ 11.93 17.03 3.11 -
YUV 102.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 93 125 15 0.26 0 0.88 0.51 77.45 0.79 0.27
Hex 5D 7D F 1A 0 58 33 4D 4F 1B
Octal 135 175 17 32 0 130 63 115 117 33
Binary 1011101 1111101 1111 11010 0 1011000 110011 1001101 1001111 11011

Color Harmonies of #5D7D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7D0F

Black with #5D7D0F

Text Example


Text Example

White with #5D7D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D7D0F; }

 p { color: rgb(93,125,15); }

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

background-color css

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

 a { background-color: rgb(93,125,15); }

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

border-color css

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

 span { border-color: rgb(93,125,15); }

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