Html Css Color HEX #68701C Fiji Green

📋 copy color: '#68701C'

red 104 ◦ green 112 ◦ blue 28

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

Shades of Fiji Green #68701C

Tints of Fiji Green #68701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 42.62%
G = 45.9%
B = 11.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#68701C (or 0x68701C) is known color: Fiji Green. HEX triplet: 68, 70 and 1C. RGB value is (104,112,28). Sum of RGB (Red+Green+Blue) = 104+112+28=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #68701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68701C is #978FE3. Grayscale: #646464. Windows color (decimal): -9932772 or 1863784. OLE color: 1863784.

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

Color convert

RGB 104 112 28 -
CMYK 0.07 0 0.75 0.56
HSL 65.71º 0.6% 0.27% -
HSV(B) 65.71º 0.75% 0.44% -
XYZ 11.71 14.62 3.3 -
YUV 100.03 87.35 130.83 -
System Red Green Blue C M Y K H S L
Decimal 104 112 28 0.07 0 0.75 0.56 65.71 0.6 0.27
Hex 68 70 1C 7 0 4B 38 42 3C 1B
Octal 150 160 34 7 0 113 70 102 74 33
Binary 1101000 1110000 11100 111 0 1001011 111000 1000010 111100 11011

Color Harmonies of #68701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68701C

Black with #68701C

Text Example


Text Example

White with #68701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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