Html Css Color HEX #68771F Fiji Green

📋 copy color: '#68771F'

red 104 ◦ green 119 ◦ blue 31

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

Shades of Fiji Green #68771F

Tints of Fiji Green #68771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 40.94%
G = 46.85%
B = 12.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#68771F (or 0x68771F) is known color: Fiji Green. HEX triplet: 68, 77 and 1F. RGB value is (104,119,31). Sum of RGB (Red+Green+Blue) = 104+119+31=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #68771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68771F is #9788E0. Grayscale: #686868. Windows color (decimal): -9930977 or 2062184. OLE color: 2062184.

HSL color Cylindrical-coordinate representation of color #68771F: hue angle of 70.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68771F is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 119 31 -
CMYK 0.13 0 0.74 0.53
HSL 70.23º 0.59% 0.29% -
HSV(B) 70.23º 0.74% 0.47% -
XYZ 12.55 16.24 3.77 -
YUV 104.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 104 119 31 0.13 0 0.74 0.53 70.23 0.59 0.29
Hex 68 77 1F D 0 4A 35 46 3B 1D
Octal 150 167 37 15 0 112 65 106 73 35
Binary 1101000 1110111 11111 1101 0 1001010 110101 1000110 111011 11101

Color Harmonies of #68771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68771F

Black with #68771F

Text Example


Text Example

White with #68771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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