Html Css Color HEX #68761A Fiji Green

📋 copy color: '#68761A'

red 104 ◦ green 118 ◦ blue 26

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

Shades of Fiji Green #68761A

Tints of Fiji Green #68761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.58%

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

R = 41.94%
G = 47.58%
B = 10.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#68761A (or 0x68761A) is known color: Fiji Green. HEX triplet: 68, 76 and 1A. RGB value is (104,118,26). Sum of RGB (Red+Green+Blue) = 104+118+26=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #68761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68761A is #9789E5. Grayscale: #676767. Windows color (decimal): -9931238 or 1734248. OLE color: 1734248.

HSL color Cylindrical-coordinate representation of color #68761A: hue angle of 69.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68761A is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 26 -
CMYK 0.12 0 0.78 0.54
HSL 69.13º 0.64% 0.28% -
HSV(B) 69.13º 0.78% 0.46% -
XYZ 12.37 15.97 3.41 -
YUV 103.33 84.36 128.48 -
System Red Green Blue C M Y K H S L
Decimal 104 118 26 0.12 0 0.78 0.54 69.13 0.64 0.28
Hex 68 76 1A C 0 4E 36 45 40 1C
Octal 150 166 32 14 0 116 66 105 100 34
Binary 1101000 1110110 11010 1100 0 1001110 110110 1000101 1000000 11100

Color Harmonies of #68761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68761A

Black with #68761A

Text Example


Text Example

White with #68761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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