Html Css Color HEX #60750B Fiji Green

📋 copy color: '#60750B'

red 96 ◦ green 117 ◦ blue 11

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

Shades of Fiji Green #60750B

Tints of Fiji Green #60750B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 42.86%
G = 52.23%
B = 4.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#60750B (or 0x60750B) is known color: Fiji Green. HEX triplet: 60, 75 and 0B. RGB value is (96,117,11). Sum of RGB (Red+Green+Blue) = 96+117+11=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #60750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60750B is #9F8AF4. Grayscale: #636363. Windows color (decimal): -10455797 or 750944. OLE color: 750944.

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

Color convert

RGB 96 117 11 -
CMYK 0.18 0 0.91 0.54
HSL 71.89º 0.83% 0.25% -
HSV(B) 71.89º 0.91% 0.46% -
XYZ 11.25 15.23 2.66 -
YUV 98.64 78.54 126.12 -
System Red Green Blue C M Y K H S L
Decimal 96 117 11 0.18 0 0.91 0.54 71.89 0.83 0.25
Hex 60 75 B 12 0 5B 36 48 53 19
Octal 140 165 13 22 0 133 66 110 123 31
Binary 1100000 1110101 1011 10010 0 1011011 110110 1001000 1010011 11001

Color Harmonies of #60750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60750B

Black with #60750B

Text Example


Text Example

White with #60750B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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