Html Css Color HEX #5D7506 Fiji Green

📋 copy color: '#5D7506'

red 93 ◦ green 117 ◦ blue 6

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

Shades of Fiji Green #5D7506

Tints of Fiji Green #5D7506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.78%

R = 43.06%
G = 54.17%
B = 2.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#5D7506 (or 0x5D7506) is known color: Fiji Green. HEX triplet: 5D, 75 and 06. RGB value is (93,117,6). Sum of RGB (Red+Green+Blue) = 93+117+6=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7506 is #A28AF9. Grayscale: #616161. Windows color (decimal): -10652410 or 423261. OLE color: 423261.

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

Color convert

RGB 93 117 6 -
CMYK 0.21 0 0.95 0.54
HSL 72.97º 0.9% 0.24% -
HSV(B) 72.97º 0.95% 0.46% -
XYZ 10.91 15.06 2.5 -
YUV 97.17 76.55 125.03 -
System Red Green Blue C M Y K H S L
Decimal 93 117 6 0.21 0 0.95 0.54 72.97 0.9 0.24
Hex 5D 75 6 15 0 5F 36 49 5A 18
Octal 135 165 6 25 0 137 66 111 132 30
Binary 1011101 1110101 110 10101 0 1011111 110110 1001001 1011010 11000

Color Harmonies of #5D7506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7506

Black with #5D7506

Text Example


Text Example

White with #5D7506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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