Html Css Color HEX #68740E Fiji Green

📋 copy color: '#68740E'

red 104 ◦ green 116 ◦ blue 14

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

Shades of Fiji Green #68740E

Tints of Fiji Green #68740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.57%

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

R = 44.44%
G = 49.57%
B = 5.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#68740E (or 0x68740E) is known color: Fiji Green. HEX triplet: 68, 74 and 0E. RGB value is (104,116,14). Sum of RGB (Red+Green+Blue) = 104+116+14=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #68740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68740E is #978BF1. Grayscale: #656565. Windows color (decimal): -9931762 or 947304. OLE color: 947304.

HSL color Cylindrical-coordinate representation of color #68740E: hue angle of 67.06º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68740E is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 116 14 -
CMYK 0.10 0 0.88 0.55
HSL 67.06º 0.78% 0.25% -
HSV(B) 67.06º 0.88% 0.45% -
XYZ 12.03 15.47 2.77 -
YUV 100.78 79.02 130.29 -
System Red Green Blue C M Y K H S L
Decimal 104 116 14 0.10 0 0.88 0.55 67.06 0.78 0.25
Hex 68 74 E A 0 58 37 43 4E 19
Octal 150 164 16 12 0 130 67 103 116 31
Binary 1101000 1110100 1110 1010 0 1011000 110111 1000011 1001110 11001

Color Harmonies of #68740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68740E

Black with #68740E

Text Example


Text Example

White with #68740E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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