Html Css Color HEX #6B780C Fiji Green

📋 copy color: '#6B780C'

red 107 ◦ green 120 ◦ blue 12

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

Shades of Fiji Green #6B780C

Tints of Fiji Green #6B780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.21%

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

R = 44.77%
G = 50.21%
B = 5.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#6B780C (or 0x6B780C) is known color: Fiji Green. HEX triplet: 6B, 78 and 0C. RGB value is (107,120,12). Sum of RGB (Red+Green+Blue) = 107+120+12=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #6B780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B780C is #9487F3. Grayscale: #686868. Windows color (decimal): -9734132 or 817259. OLE color: 817259.

HSL color Cylindrical-coordinate representation of color #6B780C: hue angle of 67.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B780C is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 120 12 -
CMYK 0.11 0 0.90 0.53
HSL 67.22º 0.82% 0.26% -
HSV(B) 67.22º 0.9% 0.47% -
XYZ 12.85 16.59 2.87 -
YUV 103.8 76.19 130.28 -
System Red Green Blue C M Y K H S L
Decimal 107 120 12 0.11 0 0.90 0.53 67.22 0.82 0.26
Hex 6B 78 C B 0 5A 35 43 52 1A
Octal 153 170 14 13 0 132 65 103 122 32
Binary 1101011 1111000 1100 1011 0 1011010 110101 1000011 1010010 11010

Color Harmonies of #6B780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B780C

Black with #6B780C

Text Example


Text Example

White with #6B780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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