Html Css Color HEX #6D750D Fiji Green

📋 copy color: '#6D750D'

red 109 ◦ green 117 ◦ blue 13

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

Shades of Fiji Green #6D750D

Tints of Fiji Green #6D750D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 45.61%
G = 48.95%
B = 5.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#6D750D (or 0x6D750D) is known color: Fiji Green. HEX triplet: 6D, 75 and 0D. RGB value is (109,117,13). Sum of RGB (Red+Green+Blue) = 109+117+13=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #6D750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D750D is #928AF2. Grayscale: #676767. Windows color (decimal): -9603827 or 882029. OLE color: 882029.

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

Color convert

RGB 109 117 13 -
CMYK 0.07 0 0.89 0.54
HSL 64.62º 0.8% 0.25% -
HSV(B) 64.62º 0.89% 0.46% -
XYZ 12.74 16 2.8 -
YUV 102.75 77.35 132.46 -
System Red Green Blue C M Y K H S L
Decimal 109 117 13 0.07 0 0.89 0.54 64.62 0.8 0.25
Hex 6D 75 D 7 0 59 36 41 50 19
Octal 155 165 15 7 0 131 66 101 120 31
Binary 1101101 1110101 1101 111 0 1011001 110110 1000001 1010000 11001

Color Harmonies of #6D750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D750D

Black with #6D750D

Text Example


Text Example

White with #6D750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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