Html Css Color HEX #68701A Fiji Green

📋 copy color: '#68701A'

red 104 ◦ green 112 ◦ blue 26

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

Shades of Fiji Green #68701A

Tints of Fiji Green #68701A

RGB

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

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

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

R = 42.98%
G = 46.28%
B = 10.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#68701A (or 0x68701A) is known color: Fiji Green. HEX triplet: 68, 70 and 1A. RGB value is (104,112,26). Sum of RGB (Red+Green+Blue) = 104+112+26=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #68701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68701A is #978FE5. Grayscale: #646464. Windows color (decimal): -9932774 or 1732712. OLE color: 1732712.

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

Color convert

RGB 104 112 26 -
CMYK 0.07 0 0.77 0.56
HSL 65.58º 0.62% 0.27% -
HSV(B) 65.58º 0.77% 0.44% -
XYZ 11.69 14.61 3.18 -
YUV 99.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 104 112 26 0.07 0 0.77 0.56 65.58 0.62 0.27
Hex 68 70 1A 7 0 4D 38 42 3E 1B
Octal 150 160 32 7 0 115 70 102 76 33
Binary 1101000 1110000 11010 111 0 1001101 111000 1000010 111110 11011

Color Harmonies of #68701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68701A

Black with #68701A

Text Example


Text Example

White with #68701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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