Html Css Color HEX #68771A Fiji Green

📋 copy color: '#68771A'

red 104 ◦ green 119 ◦ blue 26

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

Shades of Fiji Green #68771A

Tints of Fiji Green #68771A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.79%

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

R = 41.77%
G = 47.79%
B = 10.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#68771A (or 0x68771A) is known color: Fiji Green. HEX triplet: 68, 77 and 1A. RGB value is (104,119,26). Sum of RGB (Red+Green+Blue) = 104+119+26=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #68771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68771A is #9788E5. Grayscale: #686868. Windows color (decimal): -9930982 or 1734504. OLE color: 1734504.

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

Color convert

RGB 104 119 26 -
CMYK 0.13 0 0.78 0.53
HSL 69.68º 0.64% 0.28% -
HSV(B) 69.68º 0.78% 0.47% -
XYZ 12.49 16.21 3.45 -
YUV 103.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 104 119 26 0.13 0 0.78 0.53 69.68 0.64 0.28
Hex 68 77 1A D 0 4E 35 46 40 1C
Octal 150 167 32 15 0 116 65 106 100 34
Binary 1101000 1110111 11010 1101 0 1001110 110101 1000110 1000000 11100

Color Harmonies of #68771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68771A

Black with #68771A

Text Example


Text Example

White with #68771A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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