Html Css Color HEX #6E751D Fiji Green

📋 copy color: '#6E751D'

red 110 ◦ green 117 ◦ blue 29

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

Shades of Fiji Green #6E751D

Tints of Fiji Green #6E751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

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

R = 42.97%
G = 45.7%
B = 11.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#6E751D (or 0x6E751D) is known color: Fiji Green. HEX triplet: 6E, 75 and 1D. RGB value is (110,117,29). Sum of RGB (Red+Green+Blue) = 110+117+29=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #6E751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E751D is #918AE2. Grayscale: #696969. Windows color (decimal): -9538275 or 1930606. OLE color: 1930606.

HSL color Cylindrical-coordinate representation of color #6E751D: hue angle of 64.77º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E751D is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 117 29 -
CMYK 0.06 0 0.75 0.54
HSL 64.77º 0.6% 0.29% -
HSV(B) 64.77º 0.75% 0.46% -
XYZ 13.01 16.13 3.59 -
YUV 104.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 110 117 29 0.06 0 0.75 0.54 64.77 0.6 0.29
Hex 6E 75 1D 6 0 4B 36 41 3C 1D
Octal 156 165 35 6 0 113 66 101 74 35
Binary 1101110 1110101 11101 110 0 1001011 110110 1000001 111100 11101

Color Harmonies of #6E751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E751D

Black with #6E751D

Text Example


Text Example

White with #6E751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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