Html Css Color HEX #68800E Fiji Green

📋 copy color: '#68800E'

red 104 ◦ green 128 ◦ blue 14

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

Shades of Fiji Green #68800E

Tints of Fiji Green #68800E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.69%

R = 42.28%
G = 52.03%
B = 5.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#68800E (or 0x68800E) is known color: Fiji Green. HEX triplet: 68, 80 and 0E. RGB value is (104,128,14). Sum of RGB (Red+Green+Blue) = 104+128+14=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #68800E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68800E is #977FF1. Grayscale: #6C6C6C. Windows color (decimal): -9928690 or 950376. OLE color: 950376.

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

Color convert

RGB 104 128 14 -
CMYK 0.19 0 0.89 0.50
HSL 72.63º 0.8% 0.28% -
HSV(B) 72.63º 0.89% 0.5% -
XYZ 13.51 18.41 3.26 -
YUV 107.83 75.05 125.27 -
System Red Green Blue C M Y K H S L
Decimal 104 128 14 0.19 0 0.89 0.50 72.63 0.8 0.28
Hex 68 80 E 13 0 59 32 49 50 1C
Octal 150 200 16 23 0 131 62 111 120 34
Binary 1101000 10000000 1110 10011 0 1011001 110010 1001001 1010000 11100

Color Harmonies of #68800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68800E

Black with #68800E

Text Example


Text Example

White with #68800E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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