Html Css Color HEX #5D7508 Fiji Green

📋 copy color: '#5D7508'

red 93 ◦ green 117 ◦ blue 8

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

Shades of Fiji Green #5D7508

Tints of Fiji Green #5D7508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.67%

R = 42.66%
G = 53.67%
B = 3.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#5D7508 (or 0x5D7508) is known color: Fiji Green. HEX triplet: 5D, 75 and 08. RGB value is (93,117,8). Sum of RGB (Red+Green+Blue) = 93+117+8=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7508 is #A28AF7. Grayscale: #616161. Windows color (decimal): -10652408 or 554333. OLE color: 554333.

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

Color convert

RGB 93 117 8 -
CMYK 0.21 0 0.93 0.54
HSL 73.21º 0.87% 0.25% -
HSV(B) 73.21º 0.93% 0.46% -
XYZ 10.92 15.07 2.56 -
YUV 97.4 77.55 124.86 -
System Red Green Blue C M Y K H S L
Decimal 93 117 8 0.21 0 0.93 0.54 73.21 0.87 0.25
Hex 5D 75 8 15 0 5D 36 49 57 19
Octal 135 165 10 25 0 135 66 111 127 31
Binary 1011101 1110101 1000 10101 0 1011101 110110 1001001 1010111 11001

Color Harmonies of #5D7508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7508

Black with #5D7508

Text Example


Text Example

White with #5D7508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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