Html Css Color HEX #68751F Fiji Green

📋 copy color: '#68751F'

red 104 ◦ green 117 ◦ blue 31

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

Shades of Fiji Green #68751F

Tints of Fiji Green #68751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

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

R = 41.27%
G = 46.43%
B = 12.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#68751F (or 0x68751F) is known color: Fiji Green. HEX triplet: 68, 75 and 1F. RGB value is (104,117,31). Sum of RGB (Red+Green+Blue) = 104+117+31=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #68751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68751F is #978AE0. Grayscale: #676767. Windows color (decimal): -9931489 or 2061672. OLE color: 2061672.

HSL color Cylindrical-coordinate representation of color #68751F: hue angle of 69.07º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68751F is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 117 31 -
CMYK 0.11 0 0.74 0.54
HSL 69.07º 0.58% 0.29% -
HSV(B) 69.07º 0.74% 0.46% -
XYZ 12.32 15.76 3.69 -
YUV 103.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 104 117 31 0.11 0 0.74 0.54 69.07 0.58 0.29
Hex 68 75 1F B 0 4A 36 45 3A 1D
Octal 150 165 37 13 0 112 66 105 72 35
Binary 1101000 1110101 11111 1011 0 1001010 110110 1000101 111010 11101

Color Harmonies of #68751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68751F

Black with #68751F

Text Example


Text Example

White with #68751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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