Html Css Color HEX #6C750E Fiji Green

📋 copy color: '#6C750E'

red 108 ◦ green 117 ◦ blue 14

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

Shades of Fiji Green #6C750E

Tints of Fiji Green #6C750E

RGB

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

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

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

R = 45.19%
G = 48.95%
B = 5.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#6C750E (or 0x6C750E) is known color: Fiji Green. HEX triplet: 6C, 75 and 0E. RGB value is (108,117,14). Sum of RGB (Red+Green+Blue) = 108+117+14=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #6C750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C750E is #938AF1. Grayscale: #666666. Windows color (decimal): -9669362 or 947564. OLE color: 947564.

HSL color Cylindrical-coordinate representation of color #6C750E: hue angle of 65.24º 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 #6C750E is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 117 14 -
CMYK 0.08 0 0.88 0.54
HSL 65.24º 0.79% 0.26% -
HSV(B) 65.24º 0.88% 0.46% -
XYZ 12.62 15.94 2.83 -
YUV 102.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 108 117 14 0.08 0 0.88 0.54 65.24 0.79 0.26
Hex 6C 75 E 8 0 58 36 41 4F 1A
Octal 154 165 16 10 0 130 66 101 117 32
Binary 1101100 1110101 1110 1000 0 1011000 110110 1000001 1001111 11010

Color Harmonies of #6C750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C750E

Black with #6C750E

Text Example


Text Example

White with #6C750E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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