Html Css Color HEX #6E741D Fiji Green

📋 copy color: '#6E741D'

red 110 ◦ green 116 ◦ blue 29

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

Shades of Fiji Green #6E741D

Tints of Fiji Green #6E741D

RGB

 RED value IS 110 (43.36% from 255) = 43.14%

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

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

R = 43.14%
G = 45.49%
B = 11.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#6E741D (or 0x6E741D) is known color: Fiji Green. HEX triplet: 6E, 74 and 1D. RGB value is (110,116,29). Sum of RGB (Red+Green+Blue) = 110+116+29=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #6E741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E741D is #918BE2. Grayscale: #686868. Windows color (decimal): -9538531 or 1930350. OLE color: 1930350.

HSL color Cylindrical-coordinate representation of color #6E741D: hue angle of 64.14º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E741D is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 116 29 -
CMYK 0.05 0 0.75 0.55
HSL 64.14º 0.6% 0.28% -
HSV(B) 64.14º 0.75% 0.45% -
XYZ 12.9 15.89 3.55 -
YUV 104.29 85.51 132.07 -
System Red Green Blue C M Y K H S L
Decimal 110 116 29 0.05 0 0.75 0.55 64.14 0.6 0.28
Hex 6E 74 1D 5 0 4B 37 40 3C 1C
Octal 156 164 35 5 0 113 67 100 74 34
Binary 1101110 1110100 11101 101 0 1001011 110111 1000000 111100 11100

Color Harmonies of #6E741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E741D

Black with #6E741D

Text Example


Text Example

White with #6E741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E741D; }

 p { color: rgb(110,116,29); }

 H1.HeaderClassName
 {
   color: #6E741D;
 }
 .AnyTagClassName
 {
   color: #6E741D;
 }
</style>

background-color css

<style>
 a { background-color: #6E741D; }

 a { background-color: rgb(110,116,29); }

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

border-color css

<style>
 span { border-color: #6E741D; }

 span { border-color: rgb(110,116,29); }

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