Html Css Color HEX #60710D Fiji Green

📋 copy color: '#60710D'

red 96 ◦ green 113 ◦ blue 13

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

Shades of Fiji Green #60710D

Tints of Fiji Green #60710D

RGB

 RED value IS 96 (37.89% from 255) = 43.24%

 GREEN value IS 113 (44.53% from 255) = 50.9%

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 43.24%
G = 50.9%
B = 5.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#60710D (or 0x60710D) is known color: Fiji Green. HEX triplet: 60, 71 and 0D. RGB value is (96,113,13). Sum of RGB (Red+Green+Blue) = 96+113+13=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #60710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60710D is #9F8EF2. Grayscale: #606060. Windows color (decimal): -10456819 or 880992. OLE color: 880992.

HSL color Cylindrical-coordinate representation of color #60710D: hue angle of 70.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60710D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 13 -
CMYK 0.15 0 0.88 0.56
HSL 70.2º 0.79% 0.25% -
HSV(B) 70.2º 0.88% 0.44% -
XYZ 10.8 14.33 2.58 -
YUV 96.52 80.87 127.63 -
System Red Green Blue C M Y K H S L
Decimal 96 113 13 0.15 0 0.88 0.56 70.2 0.79 0.25
Hex 60 71 D F 0 58 38 46 4F 19
Octal 140 161 15 17 0 130 70 106 117 31
Binary 1100000 1110001 1101 1111 0 1011000 111000 1000110 1001111 11001

Color Harmonies of #60710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60710D

Black with #60710D

Text Example


Text Example

White with #60710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60710D; }

 p { color: rgb(96,113,13); }

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

background-color css

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

 a { background-color: rgb(96,113,13); }

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

border-color css

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

 span { border-color: rgb(96,113,13); }

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