Html Css Color HEX #60730D Fiji Green

📋 copy color: '#60730D'

red 96 ◦ green 115 ◦ blue 13

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

Shades of Fiji Green #60730D

Tints of Fiji Green #60730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.34%

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

R = 42.86%
G = 51.34%
B = 5.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#60730D (or 0x60730D) is known color: Fiji Green. HEX triplet: 60, 73 and 0D. RGB value is (96,115,13). Sum of RGB (Red+Green+Blue) = 96+115+13=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #60730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60730D is #9F8CF2. Grayscale: #626262. Windows color (decimal): -10456307 or 881504. OLE color: 881504.

HSL color Cylindrical-coordinate representation of color #60730D: hue angle of 71.18º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60730D is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 13 -
CMYK 0.17 0 0.89 0.55
HSL 71.18º 0.8% 0.25% -
HSV(B) 71.18º 0.89% 0.45% -
XYZ 11.03 14.78 2.65 -
YUV 97.69 80.21 126.79 -
System Red Green Blue C M Y K H S L
Decimal 96 115 13 0.17 0 0.89 0.55 71.18 0.8 0.25
Hex 60 73 D 11 0 59 37 47 50 19
Octal 140 163 15 21 0 131 67 107 120 31
Binary 1100000 1110011 1101 10001 0 1011001 110111 1000111 1010000 11001

Color Harmonies of #60730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60730D

Black with #60730D

Text Example


Text Example

White with #60730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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