Html Css Color HEX #68710D Fiji Green

📋 copy color: '#68710D'

red 104 ◦ green 113 ◦ blue 13

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

Shades of Fiji Green #68710D

Tints of Fiji Green #68710D

RGB

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

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

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

R = 45.22%
G = 49.13%
B = 5.65%

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

#68710D (or 0x68710D) is known color: Fiji Green. HEX triplet: 68, 71 and 0D. RGB value is (104,113,13). Sum of RGB (Red+Green+Blue) = 104+113+13=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #68710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68710D is #978EF2. Grayscale: #636363. Windows color (decimal): -9932531 or 881000. OLE color: 881000.

HSL color Cylindrical-coordinate representation of color #68710D: hue angle of 65.4º degrees, saturation: 0.79, 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 #68710D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 13 -
CMYK 0.08 0 0.88 0.56
HSL 65.4º 0.79% 0.25% -
HSV(B) 65.4º 0.88% 0.44% -
XYZ 11.69 14.78 2.62 -
YUV 98.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 104 113 13 0.08 0 0.88 0.56 65.4 0.79 0.25
Hex 68 71 D 8 0 58 38 41 4F 19
Octal 150 161 15 10 0 130 70 101 117 31
Binary 1101000 1110001 1101 1000 0 1011000 111000 1000001 1001111 11001

Color Harmonies of #68710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68710D

Black with #68710D

Text Example


Text Example

White with #68710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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