Html Css Color HEX #5D6712 Fiji Green

📋 copy color: '#5D6712'

red 93 ◦ green 103 ◦ blue 18

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

Shades of Fiji Green #5D6712

Tints of Fiji Green #5D6712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 43.46%
G = 48.13%
B = 8.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#5D6712 (or 0x5D6712) is known color: Fiji Green. HEX triplet: 5D, 67 and 12. RGB value is (93,103,18). Sum of RGB (Red+Green+Blue) = 93+103+18=214 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.46% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #5D6712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6712 is #A298ED. Grayscale: #5A5A5A. Windows color (decimal): -10655982 or 1206109. OLE color: 1206109.

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

Color convert

RGB 93 103 18 -
CMYK 0.10 0 0.83 0.60
HSL 67.06º 0.7% 0.24% -
HSV(B) 67.06º 0.83% 0.4% -
XYZ 9.47 12.07 2.4 -
YUV 90.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 93 103 18 0.10 0 0.83 0.60 67.06 0.7 0.24
Hex 5D 67 12 A 0 53 3C 43 46 18
Octal 135 147 22 12 0 123 74 103 106 30
Binary 1011101 1100111 10010 1010 0 1010011 111100 1000011 1000110 11000

Color Harmonies of #5D6712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6712

Black with #5D6712

Text Example


Text Example

White with #5D6712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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