Html Css Color HEX #6B790C Fiji Green

📋 copy color: '#6B790C'

red 107 ◦ green 121 ◦ blue 12

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

Shades of Fiji Green #6B790C

Tints of Fiji Green #6B790C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.42%

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

R = 44.58%
G = 50.42%
B = 5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#6B790C (or 0x6B790C) is known color: Fiji Green. HEX triplet: 6B, 79 and 0C. RGB value is (107,121,12). Sum of RGB (Red+Green+Blue) = 107+121+12=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #6B790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B790C is #9486F3. Grayscale: #686868. Windows color (decimal): -9733876 or 817515. OLE color: 817515.

HSL color Cylindrical-coordinate representation of color #6B790C: hue angle of 67.71º 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 #6B790C is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 121 12 -
CMYK 0.12 0 0.90 0.53
HSL 67.71º 0.82% 0.26% -
HSV(B) 67.71º 0.9% 0.47% -
XYZ 12.97 16.83 2.91 -
YUV 104.39 75.86 129.86 -
System Red Green Blue C M Y K H S L
Decimal 107 121 12 0.12 0 0.90 0.53 67.71 0.82 0.26
Hex 6B 79 C C 0 5A 35 44 52 1A
Octal 153 171 14 14 0 132 65 104 122 32
Binary 1101011 1111001 1100 1100 0 1011010 110101 1000100 1010010 11010

Color Harmonies of #6B790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B790C

Black with #6B790C

Text Example


Text Example

White with #6B790C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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