Html Css Color HEX #717613 Fiji Green

📋 copy color: '#717613'

red 113 ◦ green 118 ◦ blue 19

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

Shades of Fiji Green #717613

Tints of Fiji Green #717613

RGB

 RED value IS 113 (44.53% from 255) = 45.2%

 GREEN value IS 118 (46.48% from 255) = 47.2%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 45.2%
G = 47.2%
B = 7.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#717613 (or 0x717613) is known color: Fiji Green. HEX triplet: 71, 76 and 13. RGB value is (113,118,19). Sum of RGB (Red+Green+Blue) = 113+118+19=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #717613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717613 is #8E89EC. Grayscale: #696969. Windows color (decimal): -9341421 or 1275505. OLE color: 1275505.

HSL color Cylindrical-coordinate representation of color #717613: hue angle of 63.03º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #717613 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 19 -
CMYK 0.04 0 0.84 0.54
HSL 63.03º 0.72% 0.27% -
HSV(B) 63.03º 0.84% 0.46% -
XYZ 13.41 16.51 3.1 -
YUV 105.22 79.34 133.55 -
System Red Green Blue C M Y K H S L
Decimal 113 118 19 0.04 0 0.84 0.54 63.03 0.72 0.27
Hex 71 76 13 4 0 54 36 3F 48 1B
Octal 161 166 23 4 0 124 66 77 110 33
Binary 1110001 1110110 10011 100 0 1010100 110110 111111 1001000 11011

Color Harmonies of #717613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717613

Black with #717613

Text Example


Text Example

White with #717613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717613; }

 p { color: rgb(113,118,19); }

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

background-color css

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

 a { background-color: rgb(113,118,19); }

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

border-color css

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

 span { border-color: rgb(113,118,19); }

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