Html Css Color HEX #6C7316 Fiji Green

📋 copy color: '#6C7316'

red 108 ◦ green 115 ◦ blue 22

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

Shades of Fiji Green #6C7316

Tints of Fiji Green #6C7316

RGB

 RED value IS 108 (42.58% from 255) = 44.08%

 GREEN value IS 115 (45.31% from 255) = 46.94%

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 44.08%
G = 46.94%
B = 8.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#6C7316 (or 0x6C7316) is known color: Fiji Green. HEX triplet: 6C, 73 and 16. RGB value is (108,115,22). Sum of RGB (Red+Green+Blue) = 108+115+22=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7316 is #938CE9. Grayscale: #666666. Windows color (decimal): -9669866 or 1471340. OLE color: 1471340.

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

Color convert

RGB 108 115 22 -
CMYK 0.06 0 0.81 0.55
HSL 64.52º 0.68% 0.27% -
HSV(B) 64.52º 0.81% 0.45% -
XYZ 12.46 15.51 3.1 -
YUV 102.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 108 115 22 0.06 0 0.81 0.55 64.52 0.68 0.27
Hex 6C 73 16 6 0 51 37 41 44 1B
Octal 154 163 26 6 0 121 67 101 104 33
Binary 1101100 1110011 10110 110 0 1010001 110111 1000001 1000100 11011

Color Harmonies of #6C7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7316

Black with #6C7316

Text Example


Text Example

White with #6C7316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,115,22); }

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

background-color css

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

 a { background-color: rgb(108,115,22); }

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

border-color css

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

 span { border-color: rgb(108,115,22); }

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