Html Css Color HEX #6D750E Fiji Green

📋 copy color: '#6D750E'

red 109 ◦ green 117 ◦ blue 14

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

Shades of Fiji Green #6D750E

Tints of Fiji Green #6D750E

RGB

 RED value IS 109 (42.97% from 255) = 45.42%

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

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 45.42%
G = 48.75%
B = 5.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#6D750E (or 0x6D750E) is known color: Fiji Green. HEX triplet: 6D, 75 and 0E. RGB value is (109,117,14). Sum of RGB (Red+Green+Blue) = 109+117+14=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #6D750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D750E is #928AF1. Grayscale: #676767. Windows color (decimal): -9603826 or 947565. OLE color: 947565.

HSL color Cylindrical-coordinate representation of color #6D750E: hue angle of 64.66º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D750E is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 117 14 -
CMYK 0.07 0 0.88 0.54
HSL 64.66º 0.79% 0.26% -
HSV(B) 64.66º 0.88% 0.46% -
XYZ 12.75 16.01 2.83 -
YUV 102.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 109 117 14 0.07 0 0.88 0.54 64.66 0.79 0.26
Hex 6D 75 E 7 0 58 36 41 4F 1A
Octal 155 165 16 7 0 130 66 101 117 32
Binary 1101101 1110101 1110 111 0 1011000 110110 1000001 1001111 11010

Color Harmonies of #6D750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D750E

Black with #6D750E

Text Example


Text Example

White with #6D750E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,117,14); }

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

background-color css

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

 a { background-color: rgb(109,117,14); }

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

border-color css

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

 span { border-color: rgb(109,117,14); }

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