Html Css Color HEX #6B700A Fiji Green

📋 copy color: '#6B700A'

red 107 ◦ green 112 ◦ blue 10

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

Shades of Fiji Green #6B700A

Tints of Fiji Green #6B700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 46.72%
G = 48.91%
B = 4.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6B700A (or 0x6B700A) is known color: Fiji Green. HEX triplet: 6B, 70 and 0A. RGB value is (107,112,10). Sum of RGB (Red+Green+Blue) = 107+112+10=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #6B700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B700A is #948FF5. Grayscale: #636363. Windows color (decimal): -9736182 or 684139. OLE color: 684139.

HSL color Cylindrical-coordinate representation of color #6B700A: hue angle of 62.94º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B700A is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 112 10 -
CMYK 0.04 0 0.91 0.56
HSL 62.94º 0.84% 0.24% -
HSV(B) 62.94º 0.91% 0.44% -
XYZ 11.91 14.74 2.5 -
YUV 98.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 107 112 10 0.04 0 0.91 0.56 62.94 0.84 0.24
Hex 6B 70 A 4 0 5B 38 3F 54 18
Octal 153 160 12 4 0 133 70 77 124 30
Binary 1101011 1110000 1010 100 0 1011011 111000 111111 1010100 11000

Color Harmonies of #6B700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B700A

Black with #6B700A

Text Example


Text Example

White with #6B700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,112,10); }

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

background-color css

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

 a { background-color: rgb(107,112,10); }

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

border-color css

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

 span { border-color: rgb(107,112,10); }

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