Html Css Color HEX #6B701B Fiji Green

📋 copy color: '#6B701B'

red 107 ◦ green 112 ◦ blue 27

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

Shades of Fiji Green #6B701B

Tints of Fiji Green #6B701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 43.5%
G = 45.53%
B = 10.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6B701B (or 0x6B701B) is known color: Fiji Green. HEX triplet: 6B, 70 and 1B. RGB value is (107,112,27). Sum of RGB (Red+Green+Blue) = 107+112+27=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #6B701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B701B is #948FE4. Grayscale: #656565. Windows color (decimal): -9736165 or 1798251. OLE color: 1798251.

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

Color convert

RGB 107 112 27 -
CMYK 0.04 0 0.76 0.56
HSL 63.53º 0.61% 0.27% -
HSV(B) 63.53º 0.76% 0.44% -
XYZ 12.06 14.79 3.26 -
YUV 100.82 86.34 132.41 -
System Red Green Blue C M Y K H S L
Decimal 107 112 27 0.04 0 0.76 0.56 63.53 0.61 0.27
Hex 6B 70 1B 4 0 4C 38 40 3D 1B
Octal 153 160 33 4 0 114 70 100 75 33
Binary 1101011 1110000 11011 100 0 1001100 111000 1000000 111101 11011

Color Harmonies of #6B701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B701B

Black with #6B701B

Text Example


Text Example

White with #6B701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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