Html Css Color HEX #6B750C Fiji Green

📋 copy color: '#6B750C'

red 107 ◦ green 117 ◦ blue 12

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

Shades of Fiji Green #6B750C

Tints of Fiji Green #6B750C

RGB

 RED value IS 107 (42.19% from 255) = 45.34%

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 45.34%
G = 49.58%
B = 5.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#6B750C (or 0x6B750C) is known color: Fiji Green. HEX triplet: 6B, 75 and 0C. RGB value is (107,117,12). Sum of RGB (Red+Green+Blue) = 107+117+12=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #6B750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B750C is #948AF3. Grayscale: #666666. Windows color (decimal): -9734900 or 816491. OLE color: 816491.

HSL color Cylindrical-coordinate representation of color #6B750C: hue angle of 65.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B750C is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 117 12 -
CMYK 0.09 0 0.90 0.54
HSL 65.71º 0.81% 0.25% -
HSV(B) 65.71º 0.9% 0.46% -
XYZ 12.49 15.87 2.75 -
YUV 102.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 107 117 12 0.09 0 0.90 0.54 65.71 0.81 0.25
Hex 6B 75 C 9 0 5A 36 42 51 19
Octal 153 165 14 11 0 132 66 102 121 31
Binary 1101011 1110101 1100 1001 0 1011010 110110 1000010 1010001 11001

Color Harmonies of #6B750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B750C

Black with #6B750C

Text Example


Text Example

White with #6B750C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,117,12); }

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

background-color css

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

 a { background-color: rgb(107,117,12); }

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

border-color css

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

 span { border-color: rgb(107,117,12); }

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