Html Css Color HEX #68800A Fiji Green

📋 copy color: '#68800A'

red 104 ◦ green 128 ◦ blue 10

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

Shades of Fiji Green #68800A

Tints of Fiji Green #68800A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.13%

R = 42.98%
G = 52.89%
B = 4.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#68800A (or 0x68800A) is known color: Fiji Green. HEX triplet: 68, 80 and 0A. RGB value is (104,128,10). Sum of RGB (Red+Green+Blue) = 104+128+10=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #68800A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68800A is #977FF5. Grayscale: #6B6B6B. Windows color (decimal): -9928694 or 688232. OLE color: 688232.

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

Color convert

RGB 104 128 10 -
CMYK 0.19 0 0.92 0.50
HSL 72.2º 0.86% 0.27% -
HSV(B) 72.2º 0.92% 0.5% -
XYZ 13.48 18.4 3.13 -
YUV 107.37 73.05 125.59 -
System Red Green Blue C M Y K H S L
Decimal 104 128 10 0.19 0 0.92 0.50 72.2 0.86 0.27
Hex 68 80 A 13 0 5C 32 48 56 1B
Octal 150 200 12 23 0 134 62 110 126 33
Binary 1101000 10000000 1010 10011 0 1011100 110010 1001000 1010110 11011

Color Harmonies of #68800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68800A

Black with #68800A

Text Example


Text Example

White with #68800A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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