Html Css Color HEX #68781E Fiji Green

📋 copy color: '#68781E'

red 104 ◦ green 120 ◦ blue 30

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

Shades of Fiji Green #68781E

Tints of Fiji Green #68781E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.24%

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

R = 40.94%
G = 47.24%
B = 11.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#68781E (or 0x68781E) is known color: Fiji Green. HEX triplet: 68, 78 and 1E. RGB value is (104,120,30). Sum of RGB (Red+Green+Blue) = 104+120+30=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #68781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68781E is #9787E1. Grayscale: #696969. Windows color (decimal): -9930722 or 1996904. OLE color: 1996904.

HSL color Cylindrical-coordinate representation of color #68781E: hue angle of 70.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68781E is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 120 30 -
CMYK 0.13 0 0.75 0.53
HSL 70.67º 0.6% 0.29% -
HSV(B) 70.67º 0.75% 0.47% -
XYZ 12.66 16.47 3.74 -
YUV 104.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 104 120 30 0.13 0 0.75 0.53 70.67 0.6 0.29
Hex 68 78 1E D 0 4B 35 47 3C 1D
Octal 150 170 36 15 0 113 65 107 74 35
Binary 1101000 1111000 11110 1101 0 1001011 110101 1000111 111100 11101

Color Harmonies of #68781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68781E

Black with #68781E

Text Example


Text Example

White with #68781E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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