Html Css Color HEX #68740F Fiji Green

📋 copy color: '#68740F'

red 104 ◦ green 116 ◦ blue 15

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

Shades of Fiji Green #68740F

Tints of Fiji Green #68740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.36%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 44.26%
G = 49.36%
B = 6.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#68740F (or 0x68740F) is known color: Fiji Green. HEX triplet: 68, 74 and 0F. RGB value is (104,116,15). Sum of RGB (Red+Green+Blue) = 104+116+15=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #68740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68740F is #978BF0. Grayscale: #656565. Windows color (decimal): -9931761 or 1012840. OLE color: 1012840.

HSL color Cylindrical-coordinate representation of color #68740F: hue angle of 67.13º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68740F is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 116 15 -
CMYK 0.10 0 0.87 0.55
HSL 67.13º 0.77% 0.26% -
HSV(B) 67.13º 0.87% 0.45% -
XYZ 12.04 15.47 2.8 -
YUV 100.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 104 116 15 0.10 0 0.87 0.55 67.13 0.77 0.26
Hex 68 74 F A 0 57 37 43 4D 1A
Octal 150 164 17 12 0 127 67 103 115 32
Binary 1101000 1110100 1111 1010 0 1010111 110111 1000011 1001101 11010

Color Harmonies of #68740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68740F

Black with #68740F

Text Example


Text Example

White with #68740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68740F; }

 p { color: rgb(104,116,15); }

 H1.HeaderClassName
 {
   color: #68740F;
 }
 .AnyTagClassName
 {
   color: #68740F;
 }
</style>

background-color css

<style>
 a { background-color: #68740F; }

 a { background-color: rgb(104,116,15); }

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

border-color css

<style>
 span { border-color: #68740F; }

 span { border-color: rgb(104,116,15); }

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