Html Css Color HEX #68711D Fiji Green

📋 copy color: '#68711D'

red 104 ◦ green 113 ◦ blue 29

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

Shades of Fiji Green #68711D

Tints of Fiji Green #68711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.93%

 BLUE value IS 29 (11.72% from 255) = 11.79%

R = 42.28%
G = 45.93%
B = 11.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#68711D (or 0x68711D) is known color: Fiji Green. HEX triplet: 68, 71 and 1D. RGB value is (104,113,29). Sum of RGB (Red+Green+Blue) = 104+113+29=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #68711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68711D is #978EE2. Grayscale: #656565. Windows color (decimal): -9932515 or 1929576. OLE color: 1929576.

HSL color Cylindrical-coordinate representation of color #68711D: hue angle of 66.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68711D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 29 -
CMYK 0.08 0 0.74 0.56
HSL 66.43º 0.59% 0.28% -
HSV(B) 66.43º 0.74% 0.44% -
XYZ 11.84 14.84 3.4 -
YUV 100.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 104 113 29 0.08 0 0.74 0.56 66.43 0.59 0.28
Hex 68 71 1D 8 0 4A 38 42 3B 1C
Octal 150 161 35 10 0 112 70 102 73 34
Binary 1101000 1110001 11101 1000 0 1001010 111000 1000010 111011 11100

Color Harmonies of #68711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68711D

Black with #68711D

Text Example


Text Example

White with #68711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68711D; }

 p { color: rgb(104,113,29); }

 H1.HeaderClassName
 {
   color: #68711D;
 }
 .AnyTagClassName
 {
   color: #68711D;
 }
</style>

background-color css

<style>
 a { background-color: #68711D; }

 a { background-color: rgb(104,113,29); }

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

border-color css

<style>
 span { border-color: #68711D; }

 span { border-color: rgb(104,113,29); }

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