Html Css Color HEX #68701E Fiji Green

📋 copy color: '#68701E'

red 104 ◦ green 112 ◦ blue 30

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

Shades of Fiji Green #68701E

Tints of Fiji Green #68701E

RGB

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

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

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

R = 42.28%
G = 45.53%
B = 12.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#68701E (or 0x68701E) is known color: Fiji Green. HEX triplet: 68, 70 and 1E. RGB value is (104,112,30). Sum of RGB (Red+Green+Blue) = 104+112+30=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #68701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68701E is #978FE1. Grayscale: #646464. Windows color (decimal): -9932770 or 1994856. OLE color: 1994856.

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

Color convert

RGB 104 112 30 -
CMYK 0.07 0 0.73 0.56
HSL 65.85º 0.58% 0.28% -
HSV(B) 65.85º 0.73% 0.44% -
XYZ 11.74 14.63 3.43 -
YUV 100.26 88.35 130.67 -
System Red Green Blue C M Y K H S L
Decimal 104 112 30 0.07 0 0.73 0.56 65.85 0.58 0.28
Hex 68 70 1E 7 0 49 38 42 3A 1C
Octal 150 160 36 7 0 111 70 102 72 34
Binary 1101000 1110000 11110 111 0 1001001 111000 1000010 111010 11100

Color Harmonies of #68701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68701E

Black with #68701E

Text Example


Text Example

White with #68701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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