Html Css Color HEX #60680D Fiji Green

📋 copy color: '#60680D'

red 96 ◦ green 104 ◦ blue 13

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

Shades of Fiji Green #60680D

Tints of Fiji Green #60680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.83%

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

R = 45.07%
G = 48.83%
B = 6.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#60680D (or 0x60680D) is known color: Fiji Green. HEX triplet: 60, 68 and 0D. RGB value is (96,104,13). Sum of RGB (Red+Green+Blue) = 96+104+13=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #60680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60680D is #9F97F2. Grayscale: #5B5B5B. Windows color (decimal): -10459123 or 878688. OLE color: 878688.

HSL color Cylindrical-coordinate representation of color #60680D: hue angle of 65.27º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60680D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 13 -
CMYK 0.08 0 0.88 0.59
HSL 65.27º 0.78% 0.23% -
HSV(B) 65.27º 0.88% 0.41% -
XYZ 9.85 12.42 2.26 -
YUV 91.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 96 104 13 0.08 0 0.88 0.59 65.27 0.78 0.23
Hex 60 68 D 8 0 58 3B 41 4E 17
Octal 140 150 15 10 0 130 73 101 116 27
Binary 1100000 1101000 1101 1000 0 1011000 111011 1000001 1001110 10111

Color Harmonies of #60680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60680D

Black with #60680D

Text Example


Text Example

White with #60680D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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