Html Css Color HEX #5D750D Fiji Green

📋 copy color: '#5D750D'

red 93 ◦ green 117 ◦ blue 13

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

Shades of Fiji Green #5D750D

Tints of Fiji Green #5D750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.47%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 41.7%
G = 52.47%
B = 5.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#5D750D (or 0x5D750D) is known color: Fiji Green. HEX triplet: 5D, 75 and 0D. RGB value is (93,117,13). Sum of RGB (Red+Green+Blue) = 93+117+13=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #5D750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D750D is #A28AF2. Grayscale: #626262. Windows color (decimal): -10652403 or 882013. OLE color: 882013.

HSL color Cylindrical-coordinate representation of color #5D750D: hue angle of 73.85º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D750D is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 117 13 -
CMYK 0.21 0 0.89 0.54
HSL 73.85º 0.8% 0.25% -
HSV(B) 73.85º 0.89% 0.46% -
XYZ 10.95 15.08 2.71 -
YUV 97.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 93 117 13 0.21 0 0.89 0.54 73.85 0.8 0.25
Hex 5D 75 D 15 0 59 36 4A 50 19
Octal 135 165 15 25 0 131 66 112 120 31
Binary 1011101 1110101 1101 10101 0 1011001 110110 1001010 1010000 11001

Color Harmonies of #5D750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D750D

Black with #5D750D

Text Example


Text Example

White with #5D750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,117,13); }

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

background-color css

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

 a { background-color: rgb(93,117,13); }

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

border-color css

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

 span { border-color: rgb(93,117,13); }

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