Html Css Color HEX #5D690F Fiji Green

📋 copy color: '#5D690F'

red 93 ◦ green 105 ◦ blue 15

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

Shades of Fiji Green #5D690F

Tints of Fiji Green #5D690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.3%

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

R = 43.66%
G = 49.3%
B = 7.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#5D690F (or 0x5D690F) is known color: Fiji Green. HEX triplet: 5D, 69 and 0F. RGB value is (93,105,15). Sum of RGB (Red+Green+Blue) = 93+105+15=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #5D690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D690F is #A296F0. Grayscale: #5B5B5B. Windows color (decimal): -10655473 or 1010013. OLE color: 1010013.

HSL color Cylindrical-coordinate representation of color #5D690F: hue angle of 68º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D690F is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 93 105 15 -
CMYK 0.11 0 0.86 0.59
HSL 68º 0.75% 0.24% -
HSV(B) 68º 0.86% 0.41% -
XYZ 9.65 12.46 2.35 -
YUV 91.15 85.02 129.32 -
System Red Green Blue C M Y K H S L
Decimal 93 105 15 0.11 0 0.86 0.59 68 0.75 0.24
Hex 5D 69 F B 0 56 3B 44 4B 18
Octal 135 151 17 13 0 126 73 104 113 30
Binary 1011101 1101001 1111 1011 0 1010110 111011 1000100 1001011 11000

Color Harmonies of #5D690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D690F

Black with #5D690F

Text Example


Text Example

White with #5D690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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