Html Css Color HEX #68711E Fiji Green

📋 copy color: '#68711E'

red 104 ◦ green 113 ◦ blue 30

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

Shades of Fiji Green #68711E

Tints of Fiji Green #68711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 42.11%
G = 45.75%
B = 12.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#68711E (or 0x68711E) is known color: Fiji Green. HEX triplet: 68, 71 and 1E. RGB value is (104,113,30). Sum of RGB (Red+Green+Blue) = 104+113+30=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #68711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68711E is #978EE1. Grayscale: #656565. Windows color (decimal): -9932514 or 1995112. OLE color: 1995112.

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

Color convert

RGB 104 113 30 -
CMYK 0.08 0 0.73 0.56
HSL 66.51º 0.58% 0.28% -
HSV(B) 66.51º 0.73% 0.44% -
XYZ 11.85 14.85 3.47 -
YUV 100.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 104 113 30 0.08 0 0.73 0.56 66.51 0.58 0.28
Hex 68 71 1E 8 0 49 38 43 3A 1C
Octal 150 161 36 10 0 111 70 103 72 34
Binary 1101000 1110001 11110 1000 0 1001001 111000 1000011 111010 11100

Color Harmonies of #68711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68711E

Black with #68711E

Text Example


Text Example

White with #68711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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