Html Css Color HEX #60750F Fiji Green

📋 copy color: '#60750F'

red 96 ◦ green 117 ◦ blue 15

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

Shades of Fiji Green #60750F

Tints of Fiji Green #60750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.32%

 BLUE value IS 15 (6.25% from 255) = 6.58%

R = 42.11%
G = 51.32%
B = 6.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#60750F (or 0x60750F) is known color: Fiji Green. HEX triplet: 60, 75 and 0F. RGB value is (96,117,15). Sum of RGB (Red+Green+Blue) = 96+117+15=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #60750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60750F is #9F8AF0. Grayscale: #636363. Windows color (decimal): -10455793 or 1013088. OLE color: 1013088.

HSL color Cylindrical-coordinate representation of color #60750F: hue angle of 72.35º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60750F is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 15 -
CMYK 0.18 0 0.87 0.54
HSL 72.35º 0.77% 0.26% -
HSV(B) 72.35º 0.87% 0.46% -
XYZ 11.27 15.24 2.8 -
YUV 99.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 96 117 15 0.18 0 0.87 0.54 72.35 0.77 0.26
Hex 60 75 F 12 0 57 36 48 4D 1A
Octal 140 165 17 22 0 127 66 110 115 32
Binary 1100000 1110101 1111 10010 0 1010111 110110 1001000 1001101 11010

Color Harmonies of #60750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60750F

Black with #60750F

Text Example


Text Example

White with #60750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,117,15); }

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

background-color css

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

 a { background-color: rgb(96,117,15); }

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

border-color css

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

 span { border-color: rgb(96,117,15); }

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