Html Css Color HEX #60761D Fiji Green

📋 copy color: '#60761D'

red 96 ◦ green 118 ◦ blue 29

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

Shades of Fiji Green #60761D

Tints of Fiji Green #60761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 39.51%
G = 48.56%
B = 11.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#60761D (or 0x60761D) is known color: Fiji Green. HEX triplet: 60, 76 and 1D. RGB value is (96,118,29). Sum of RGB (Red+Green+Blue) = 96+118+29=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #60761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60761D is #9F89E2. Grayscale: #656565. Windows color (decimal): -10455523 or 1930848. OLE color: 1930848.

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

Color convert

RGB 96 118 29 -
CMYK 0.19 0 0.75 0.54
HSL 74.83º 0.61% 0.29% -
HSV(B) 74.83º 0.75% 0.46% -
XYZ 11.52 15.53 3.55 -
YUV 101.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 96 118 29 0.19 0 0.75 0.54 74.83 0.61 0.29
Hex 60 76 1D 13 0 4B 36 4B 3D 1D
Octal 140 166 35 23 0 113 66 113 75 35
Binary 1100000 1110110 11101 10011 0 1001011 110110 1001011 111101 11101

Color Harmonies of #60761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60761D

Black with #60761D

Text Example


Text Example

White with #60761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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