Html Css Color HEX #60681C Fiji Green

📋 copy color: '#60681C'

red 96 ◦ green 104 ◦ blue 28

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

Shades of Fiji Green #60681C

Tints of Fiji Green #60681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 42.11%
G = 45.61%
B = 12.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#60681C (or 0x60681C) is known color: Fiji Green. HEX triplet: 60, 68 and 1C. RGB value is (96,104,28). Sum of RGB (Red+Green+Blue) = 96+104+28=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #60681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60681C is #9F97E3. Grayscale: #5D5D5D. Windows color (decimal): -10459108 or 1861728. OLE color: 1861728.

HSL color Cylindrical-coordinate representation of color #60681C: hue angle of 66.32º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60681C is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 28 -
CMYK 0.08 0 0.73 0.59
HSL 66.32º 0.58% 0.26% -
HSV(B) 66.32º 0.73% 0.41% -
XYZ 9.98 12.47 2.98 -
YUV 92.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 96 104 28 0.08 0 0.73 0.59 66.32 0.58 0.26
Hex 60 68 1C 8 0 49 3B 42 3A 1A
Octal 140 150 34 10 0 111 73 102 72 32
Binary 1100000 1101000 11100 1000 0 1001001 111011 1000010 111010 11010

Color Harmonies of #60681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60681C

Black with #60681C

Text Example


Text Example

White with #60681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60681C; }

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

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

background-color css

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

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

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

border-color css

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

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

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