Html Css Color HEX #68711F Fiji Green

📋 copy color: '#68711F'

red 104 ◦ green 113 ◦ blue 31

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

Shades of Fiji Green #68711F

Tints of Fiji Green #68711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 41.94%
G = 45.56%
B = 12.5%

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

#68711F (or 0x68711F) is known color: Fiji Green. HEX triplet: 68, 71 and 1F. RGB value is (104,113,31). Sum of RGB (Red+Green+Blue) = 104+113+31=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #68711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68711F is #978EE0. Grayscale: #656565. Windows color (decimal): -9932513 or 2060648. OLE color: 2060648.

HSL color Cylindrical-coordinate representation of color #68711F: hue angle of 66.59º degrees, saturation: 0.57, 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 #68711F is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 31 -
CMYK 0.08 0 0.73 0.56
HSL 66.59º 0.57% 0.28% -
HSV(B) 66.59º 0.73% 0.44% -
XYZ 11.86 14.85 3.54 -
YUV 100.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 104 113 31 0.08 0 0.73 0.56 66.59 0.57 0.28
Hex 68 71 1F 8 0 49 38 43 39 1C
Octal 150 161 37 10 0 111 70 103 71 34
Binary 1101000 1110001 11111 1000 0 1001001 111000 1000011 111001 11100

Color Harmonies of #68711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68711F

Black with #68711F

Text Example


Text Example

White with #68711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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