Html Css Color HEX #6B7A1F Fiji Green

📋 copy color: '#6B7A1F'

red 107 ◦ green 122 ◦ blue 31

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

Shades of Fiji Green #6B7A1F

Tints of Fiji Green #6B7A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.92%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 41.15%
G = 46.92%
B = 11.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#6B7A1F (or 0x6B7A1F) is known color: Fiji Green. HEX triplet: 6B, 7A and 1F. RGB value is (107,122,31). Sum of RGB (Red+Green+Blue) = 107+122+31=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7A1F is #9485E0. Grayscale: #6B6B6B. Windows color (decimal): -9733601 or 2062955. OLE color: 2062955.

HSL color Cylindrical-coordinate representation of color #6B7A1F: hue angle of 69.89º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B7A1F is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 122 31 -
CMYK 0.12 0 0.75 0.52
HSL 69.89º 0.59% 0.3% -
HSV(B) 69.89º 0.75% 0.48% -
XYZ 13.27 17.14 3.91 -
YUV 107.14 85.03 127.9 -
System Red Green Blue C M Y K H S L
Decimal 107 122 31 0.12 0 0.75 0.52 69.89 0.59 0.3
Hex 6B 7A 1F C 0 4B 34 46 3B 1E
Octal 153 172 37 14 0 113 64 106 73 36
Binary 1101011 1111010 11111 1100 0 1001011 110100 1000110 111011 11110

Color Harmonies of #6B7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7A1F

Black with #6B7A1F

Text Example


Text Example

White with #6B7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,122,31); }

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

background-color css

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

 a { background-color: rgb(107,122,31); }

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

border-color css

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

 span { border-color: rgb(107,122,31); }

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