Html Css Color HEX #5D670F Fiji Green

📋 copy color: '#5D670F'

red 93 ◦ green 103 ◦ blue 15

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

Shades of Fiji Green #5D670F

Tints of Fiji Green #5D670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.82%

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

R = 44.08%
G = 48.82%
B = 7.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#5D670F (or 0x5D670F) is known color: Fiji Green. HEX triplet: 5D, 67 and 0F. RGB value is (93,103,15). Sum of RGB (Red+Green+Blue) = 93+103+15=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #5D670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D670F is #A298F0. Grayscale: #5A5A5A. Windows color (decimal): -10655985 or 1009501. OLE color: 1009501.

HSL color Cylindrical-coordinate representation of color #5D670F: hue angle of 66.82º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D670F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 103 15 -
CMYK 0.10 0 0.85 0.60
HSL 66.82º 0.75% 0.23% -
HSV(B) 66.82º 0.85% 0.4% -
XYZ 9.45 12.06 2.28 -
YUV 89.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 93 103 15 0.10 0 0.85 0.60 66.82 0.75 0.23
Hex 5D 67 F A 0 55 3C 43 4B 17
Octal 135 147 17 12 0 125 74 103 113 27
Binary 1011101 1100111 1111 1010 0 1010101 111100 1000011 1001011 10111

Color Harmonies of #5D670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D670F

Black with #5D670F

Text Example


Text Example

White with #5D670F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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