Html Css Color HEX #68710E Fiji Green

📋 copy color: '#68710E'

red 104 ◦ green 113 ◦ blue 14

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

Shades of Fiji Green #68710E

Tints of Fiji Green #68710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

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

R = 45.02%
G = 48.92%
B = 6.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#68710E (or 0x68710E) is known color: Fiji Green. HEX triplet: 68, 71 and 0E. RGB value is (104,113,14). Sum of RGB (Red+Green+Blue) = 104+113+14=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #68710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68710E is #978EF1. Grayscale: #636363. Windows color (decimal): -9932530 or 946536. OLE color: 946536.

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

Color convert

RGB 104 113 14 -
CMYK 0.08 0 0.88 0.56
HSL 65.45º 0.78% 0.25% -
HSV(B) 65.45º 0.88% 0.44% -
XYZ 11.69 14.79 2.65 -
YUV 99.02 80.02 131.55 -
System Red Green Blue C M Y K H S L
Decimal 104 113 14 0.08 0 0.88 0.56 65.45 0.78 0.25
Hex 68 71 E 8 0 58 38 41 4E 19
Octal 150 161 16 10 0 130 70 101 116 31
Binary 1101000 1110001 1110 1000 0 1011000 111000 1000001 1001110 11001

Color Harmonies of #68710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68710E

Black with #68710E

Text Example


Text Example

White with #68710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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