Html Css Color HEX #60761B Fiji Green

📋 copy color: '#60761B'

red 96 ◦ green 118 ◦ blue 27

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

Shades of Fiji Green #60761B

Tints of Fiji Green #60761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 39.83%
G = 48.96%
B = 11.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#60761B (or 0x60761B) is known color: Fiji Green. HEX triplet: 60, 76 and 1B. RGB value is (96,118,27). Sum of RGB (Red+Green+Blue) = 96+118+27=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #60761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60761B is #9F89E4. Grayscale: #656565. Windows color (decimal): -10455525 or 1799776. OLE color: 1799776.

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

Color convert

RGB 96 118 27 -
CMYK 0.19 0 0.77 0.54
HSL 74.51º 0.63% 0.28% -
HSV(B) 74.51º 0.77% 0.46% -
XYZ 11.5 15.52 3.43 -
YUV 101.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 96 118 27 0.19 0 0.77 0.54 74.51 0.63 0.28
Hex 60 76 1B 13 0 4D 36 4B 3F 1C
Octal 140 166 33 23 0 115 66 113 77 34
Binary 1100000 1110110 11011 10011 0 1001101 110110 1001011 111111 11100

Color Harmonies of #60761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60761B

Black with #60761B

Text Example


Text Example

White with #60761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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