Html Css Color HEX #60761F Fiji Green

📋 copy color: '#60761F'

red 96 ◦ green 118 ◦ blue 31

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

Shades of Fiji Green #60761F

Tints of Fiji Green #60761F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 39.18%
G = 48.16%
B = 12.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#60761F (or 0x60761F) is known color: Fiji Green. HEX triplet: 60, 76 and 1F. RGB value is (96,118,31). Sum of RGB (Red+Green+Blue) = 96+118+31=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #60761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60761F is #9F89E0. Grayscale: #656565. Windows color (decimal): -10455521 or 2061920. OLE color: 2061920.

HSL color Cylindrical-coordinate representation of color #60761F: hue angle of 75.17º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60761F is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 31 -
CMYK 0.19 0 0.74 0.54
HSL 75.17º 0.58% 0.29% -
HSV(B) 75.17º 0.74% 0.46% -
XYZ 11.55 15.54 3.69 -
YUV 101.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 96 118 31 0.19 0 0.74 0.54 75.17 0.58 0.29
Hex 60 76 1F 13 0 4A 36 4B 3A 1D
Octal 140 166 37 23 0 112 66 113 72 35
Binary 1100000 1110110 11111 10011 0 1001010 110110 1001011 111010 11101

Color Harmonies of #60761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60761F

Black with #60761F

Text Example


Text Example

White with #60761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60761F; }

 p { color: rgb(96,118,31); }

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

background-color css

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

 a { background-color: rgb(96,118,31); }

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

border-color css

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

 span { border-color: rgb(96,118,31); }

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