Html Css Color HEX #60761A Fiji Green

📋 copy color: '#60761A'

red 96 ◦ green 118 ◦ blue 26

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

Shades of Fiji Green #60761A

Tints of Fiji Green #60761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 40%
G = 49.17%
B = 10.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#60761A (or 0x60761A) is known color: Fiji Green. HEX triplet: 60, 76 and 1A. RGB value is (96,118,26). Sum of RGB (Red+Green+Blue) = 96+118+26=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #60761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60761A is #9F89E5. Grayscale: #656565. Windows color (decimal): -10455526 or 1734240. OLE color: 1734240.

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

Color convert

RGB 96 118 26 -
CMYK 0.19 0 0.78 0.54
HSL 74.35º 0.64% 0.28% -
HSV(B) 74.35º 0.78% 0.46% -
XYZ 11.49 15.52 3.37 -
YUV 100.93 85.71 124.48 -
System Red Green Blue C M Y K H S L
Decimal 96 118 26 0.19 0 0.78 0.54 74.35 0.64 0.28
Hex 60 76 1A 13 0 4E 36 4A 40 1C
Octal 140 166 32 23 0 116 66 112 100 34
Binary 1100000 1110110 11010 10011 0 1001110 110110 1001010 1000000 11100

Color Harmonies of #60761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60761A

Black with #60761A

Text Example


Text Example

White with #60761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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