Html Css Color HEX #60680B Fiji Green

📋 copy color: '#60680B'

red 96 ◦ green 104 ◦ blue 11

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

Shades of Fiji Green #60680B

Tints of Fiji Green #60680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.29%

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

R = 45.5%
G = 49.29%
B = 5.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#60680B (or 0x60680B) is known color: Fiji Green. HEX triplet: 60, 68 and 0B. RGB value is (96,104,11). Sum of RGB (Red+Green+Blue) = 96+104+11=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #60680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60680B is #9F97F4. Grayscale: #5B5B5B. Windows color (decimal): -10459125 or 747616. OLE color: 747616.

HSL color Cylindrical-coordinate representation of color #60680B: hue angle of 65.16º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60680B is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 11 -
CMYK 0.08 0 0.89 0.59
HSL 65.16º 0.81% 0.23% -
HSV(B) 65.16º 0.89% 0.41% -
XYZ 9.83 12.41 2.19 -
YUV 91.01 82.85 131.56 -
System Red Green Blue C M Y K H S L
Decimal 96 104 11 0.08 0 0.89 0.59 65.16 0.81 0.23
Hex 60 68 B 8 0 59 3B 41 51 17
Octal 140 150 13 10 0 131 73 101 121 27
Binary 1100000 1101000 1011 1000 0 1011001 111011 1000001 1010001 10111

Color Harmonies of #60680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60680B

Black with #60680B

Text Example


Text Example

White with #60680B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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