Html Css Color HEX #68800D Fiji Green

📋 copy color: '#68800D'

red 104 ◦ green 128 ◦ blue 13

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

Shades of Fiji Green #68800D

Tints of Fiji Green #68800D

RGB

 RED value IS 104 (41.02% from 255) = 42.45%

 GREEN value IS 128 (50.39% from 255) = 52.24%

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

R = 42.45%
G = 52.24%
B = 5.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#68800D (or 0x68800D) is known color: Fiji Green. HEX triplet: 68, 80 and 0D. RGB value is (104,128,13). Sum of RGB (Red+Green+Blue) = 104+128+13=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #68800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68800D is #977FF2. Grayscale: #6C6C6C. Windows color (decimal): -9928691 or 884840. OLE color: 884840.

HSL color Cylindrical-coordinate representation of color #68800D: hue angle of 72.52º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68800D is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 13 -
CMYK 0.19 0 0.90 0.50
HSL 72.52º 0.82% 0.28% -
HSV(B) 72.52º 0.9% 0.5% -
XYZ 13.5 18.41 3.22 -
YUV 107.71 74.55 125.35 -
System Red Green Blue C M Y K H S L
Decimal 104 128 13 0.19 0 0.90 0.50 72.52 0.82 0.28
Hex 68 80 D 13 0 5A 32 49 52 1C
Octal 150 200 15 23 0 132 62 111 122 34
Binary 1101000 10000000 1101 10011 0 1011010 110010 1001001 1010010 11100

Color Harmonies of #68800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68800D

Black with #68800D

Text Example


Text Example

White with #68800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68800D; }

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

 H1.HeaderClassName
 {
   color: #68800D;
 }
 .AnyTagClassName
 {
   color: #68800D;
 }
</style>

background-color css

<style>
 a { background-color: #68800D; }

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

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

border-color css

<style>
 span { border-color: #68800D; }

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

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