Html Css Color HEX #6C680D Fiji Green

📋 copy color: '#6C680D'

red 108 ◦ green 104 ◦ blue 13

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

Shades of Fiji Green #6C680D

Tints of Fiji Green #6C680D

RGB

 RED value IS 108 (42.58% from 255) = 48%

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

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 48%
G = 46.22%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6C680D (or 0x6C680D) is known color: Fiji Green. HEX triplet: 6C, 68 and 0D. RGB value is (108,104,13). Sum of RGB (Red+Green+Blue) = 108+104+13=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C680D is #9397F2. Grayscale: #5F5F5F. Windows color (decimal): -9672691 or 878700. OLE color: 878700.

HSL color Cylindrical-coordinate representation of color #6C680D: hue angle of 57.47º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C680D is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 104 13 -
CMYK 0 0.04 0.88 0.58
HSL 57.47º 0.79% 0.24% -
HSV(B) 57.47º 0.88% 0.42% -
XYZ 11.21 13.12 2.32 -
YUV 94.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 108 104 13 0 0.04 0.88 0.58 57.47 0.79 0.24
Hex 6C 68 D 0 4 58 3A 39 4F 18
Octal 154 150 15 0 4 130 72 71 117 30
Binary 1101100 1101000 1101 0 100 1011000 111010 111001 1001111 11000

Color Harmonies of #6C680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C680D

Black with #6C680D

Text Example


Text Example

White with #6C680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C680D; }

 p { color: rgb(108,104,13); }

 H1.HeaderClassName
 {
   color: #6C680D;
 }
 .AnyTagClassName
 {
   color: #6C680D;
 }
</style>

background-color css

<style>
 a { background-color: #6C680D; }

 a { background-color: rgb(108,104,13); }

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

border-color css

<style>
 span { border-color: #6C680D; }

 span { border-color: rgb(108,104,13); }

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