Html Css Color HEX #68701F Fiji Green

📋 copy color: '#68701F'

red 104 ◦ green 112 ◦ blue 31

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

Shades of Fiji Green #68701F

Tints of Fiji Green #68701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

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

R = 42.11%
G = 45.34%
B = 12.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#68701F (or 0x68701F) is known color: Fiji Green. HEX triplet: 68, 70 and 1F. RGB value is (104,112,31). Sum of RGB (Red+Green+Blue) = 104+112+31=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #68701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68701F is #978FE0. Grayscale: #646464. Windows color (decimal): -9932769 or 2060392. OLE color: 2060392.

HSL color Cylindrical-coordinate representation of color #68701F: hue angle of 65.93º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68701F is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 31 -
CMYK 0.07 0 0.72 0.56
HSL 65.93º 0.57% 0.28% -
HSV(B) 65.93º 0.72% 0.44% -
XYZ 11.75 14.63 3.5 -
YUV 100.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 104 112 31 0.07 0 0.72 0.56 65.93 0.57 0.28
Hex 68 70 1F 7 0 48 38 42 39 1C
Octal 150 160 37 7 0 110 70 102 71 34
Binary 1101000 1110000 11111 111 0 1001000 111000 1000010 111001 11100

Color Harmonies of #68701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68701F

Black with #68701F

Text Example


Text Example

White with #68701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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