Html Css Color HEX #6B7F14 Fiji Green

📋 copy color: '#6B7F14'

red 107 ◦ green 127 ◦ blue 20

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

Shades of Fiji Green #6B7F14

Tints of Fiji Green #6B7F14

RGB

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

 GREEN value IS 127 (50% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 42.13%
G = 50%
B = 7.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#6B7F14 (or 0x6B7F14) is known color: Fiji Green. HEX triplet: 6B, 7F and 14. RGB value is (107,127,20). Sum of RGB (Red+Green+Blue) = 107+127+20=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7F14 is #9480EB. Grayscale: #6D6D6D. Windows color (decimal): -9732332 or 1343339. OLE color: 1343339.

HSL color Cylindrical-coordinate representation of color #6B7F14: hue angle of 71.21º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B7F14 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 127 20 -
CMYK 0.16 0 0.84 0.50
HSL 71.21º 0.73% 0.29% -
HSV(B) 71.21º 0.84% 0.5% -
XYZ 13.78 18.36 3.48 -
YUV 108.82 77.87 126.7 -
System Red Green Blue C M Y K H S L
Decimal 107 127 20 0.16 0 0.84 0.50 71.21 0.73 0.29
Hex 6B 7F 14 10 0 54 32 47 49 1D
Octal 153 177 24 20 0 124 62 107 111 35
Binary 1101011 1111111 10100 10000 0 1010100 110010 1000111 1001001 11101

Color Harmonies of #6B7F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7F14

Black with #6B7F14

Text Example


Text Example

White with #6B7F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,127,20); }

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

background-color css

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

 a { background-color: rgb(107,127,20); }

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

border-color css

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

 span { border-color: rgb(107,127,20); }

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