Html Css Color HEX #68721E Fiji Green

📋 copy color: '#68721E'

red 104 ◦ green 114 ◦ blue 30

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

Shades of Fiji Green #68721E

Tints of Fiji Green #68721E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 41.94%
G = 45.97%
B = 12.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#68721E (or 0x68721E) is known color: Fiji Green. HEX triplet: 68, 72 and 1E. RGB value is (104,114,30). Sum of RGB (Red+Green+Blue) = 104+114+30=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #68721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68721E is #978DE1. Grayscale: #656565. Windows color (decimal): -9932258 or 1995368. OLE color: 1995368.

HSL color Cylindrical-coordinate representation of color #68721E: hue angle of 67.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68721E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 114 30 -
CMYK 0.09 0 0.74 0.55
HSL 67.14º 0.58% 0.28% -
HSV(B) 67.14º 0.74% 0.45% -
XYZ 11.96 15.07 3.51 -
YUV 101.43 87.69 129.83 -
System Red Green Blue C M Y K H S L
Decimal 104 114 30 0.09 0 0.74 0.55 67.14 0.58 0.28
Hex 68 72 1E 9 0 4A 37 43 3A 1C
Octal 150 162 36 11 0 112 67 103 72 34
Binary 1101000 1110010 11110 1001 0 1001010 110111 1000011 111010 11100

Color Harmonies of #68721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68721E

Black with #68721E

Text Example


Text Example

White with #68721E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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