Html Css Color HEX #6C750F Fiji Green

📋 copy color: '#6C750F'

red 108 ◦ green 117 ◦ blue 15

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

Shades of Fiji Green #6C750F

Tints of Fiji Green #6C750F

RGB

 RED value IS 108 (42.58% from 255) = 45%

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 45%
G = 48.75%
B = 6.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#6C750F (or 0x6C750F) is known color: Fiji Green. HEX triplet: 6C, 75 and 0F. RGB value is (108,117,15). Sum of RGB (Red+Green+Blue) = 108+117+15=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #6C750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C750F is #938AF0. Grayscale: #676767. Windows color (decimal): -9669361 or 1013100. OLE color: 1013100.

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

Color convert

RGB 108 117 15 -
CMYK 0.08 0 0.87 0.54
HSL 65.29º 0.77% 0.26% -
HSV(B) 65.29º 0.87% 0.46% -
XYZ 12.63 15.95 2.86 -
YUV 102.68 78.52 131.79 -
System Red Green Blue C M Y K H S L
Decimal 108 117 15 0.08 0 0.87 0.54 65.29 0.77 0.26
Hex 6C 75 F 8 0 57 36 41 4D 1A
Octal 154 165 17 10 0 127 66 101 115 32
Binary 1101100 1110101 1111 1000 0 1010111 110110 1000001 1001101 11010

Color Harmonies of #6C750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C750F

Black with #6C750F

Text Example


Text Example

White with #6C750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,117,15); }

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

background-color css

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

 a { background-color: rgb(108,117,15); }

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

border-color css

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

 span { border-color: rgb(108,117,15); }

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