Html Css Color HEX #6B721F Fiji Green

📋 copy color: '#6B721F'

red 107 ◦ green 114 ◦ blue 31

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

Shades of Fiji Green #6B721F

Tints of Fiji Green #6B721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

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

R = 42.46%
G = 45.24%
B = 12.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#6B721F (or 0x6B721F) is known color: Fiji Green. HEX triplet: 6B, 72 and 1F. RGB value is (107,114,31). Sum of RGB (Red+Green+Blue) = 107+114+31=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #6B721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B721F is #948DE0. Grayscale: #666666. Windows color (decimal): -9735649 or 2060907. OLE color: 2060907.

HSL color Cylindrical-coordinate representation of color #6B721F: hue angle of 65.06º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B721F is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 114 31 -
CMYK 0.06 0 0.73 0.55
HSL 65.06º 0.57% 0.28% -
HSV(B) 65.06º 0.73% 0.45% -
XYZ 12.33 15.26 3.59 -
YUV 102.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 107 114 31 0.06 0 0.73 0.55 65.06 0.57 0.28
Hex 6B 72 1F 6 0 49 37 41 39 1C
Octal 153 162 37 6 0 111 67 101 71 34
Binary 1101011 1110010 11111 110 0 1001001 110111 1000001 111001 11100

Color Harmonies of #6B721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B721F

Black with #6B721F

Text Example


Text Example

White with #6B721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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