Html Css Color HEX #6C7413 Fiji Green

📋 copy color: '#6C7413'

red 108 ◦ green 116 ◦ blue 19

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

Shades of Fiji Green #6C7413

Tints of Fiji Green #6C7413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.74%

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 44.44%
G = 47.74%
B = 7.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#6C7413 (or 0x6C7413) is known color: Fiji Green. HEX triplet: 6C, 74 and 13. RGB value is (108,116,19). Sum of RGB (Red+Green+Blue) = 108+116+19=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7413 is #938BEC. Grayscale: #666666. Windows color (decimal): -9669613 or 1274988. OLE color: 1274988.

HSL color Cylindrical-coordinate representation of color #6C7413: hue angle of 64.95º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C7413 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 116 19 -
CMYK 0.07 0 0.84 0.55
HSL 64.95º 0.72% 0.26% -
HSV(B) 64.95º 0.84% 0.45% -
XYZ 12.55 15.73 2.99 -
YUV 102.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 108 116 19 0.07 0 0.84 0.55 64.95 0.72 0.26
Hex 6C 74 13 7 0 54 37 41 48 1A
Octal 154 164 23 7 0 124 67 101 110 32
Binary 1101100 1110100 10011 111 0 1010100 110111 1000001 1001000 11010

Color Harmonies of #6C7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7413

Black with #6C7413

Text Example


Text Example

White with #6C7413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,116,19); }

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

background-color css

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

 a { background-color: rgb(108,116,19); }

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

border-color css

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

 span { border-color: rgb(108,116,19); }

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