Html Css Color HEX #68721A Fiji Green

📋 copy color: '#68721A'

red 104 ◦ green 114 ◦ blue 26

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

Shades of Fiji Green #68721A

Tints of Fiji Green #68721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 42.62%
G = 46.72%
B = 10.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#68721A (or 0x68721A) is known color: Fiji Green. HEX triplet: 68, 72 and 1A. RGB value is (104,114,26). Sum of RGB (Red+Green+Blue) = 104+114+26=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #68721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68721A is #978DE5. Grayscale: #656565. Windows color (decimal): -9932262 or 1733224. OLE color: 1733224.

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

Color convert

RGB 104 114 26 -
CMYK 0.09 0 0.77 0.55
HSL 66.82º 0.63% 0.27% -
HSV(B) 66.82º 0.77% 0.45% -
XYZ 11.91 15.05 3.25 -
YUV 100.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 104 114 26 0.09 0 0.77 0.55 66.82 0.63 0.27
Hex 68 72 1A 9 0 4D 37 43 3F 1B
Octal 150 162 32 11 0 115 67 103 77 33
Binary 1101000 1110010 11010 1001 0 1001101 110111 1000011 111111 11011

Color Harmonies of #68721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68721A

Black with #68721A

Text Example


Text Example

White with #68721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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